mirror of
https://github.com/ArashPartow/exprtk.git
synced 2025-08-17 03:47:32 +00:00
C++ Mathematical Expression Library (ExprTk) https://www.partow.net/programming/exprtk/index.html
This commit is contained in:
committed by
Arash Partow
parent
f46bffcd69
commit
ddf67a25eb
.circleci
Makefileexprtk.hppexprtk_benchmark.cppexprtk_functional_ext_test.txtexprtk_functional_test.txtexprtk_simple_example_01.cppexprtk_simple_example_02.cppexprtk_simple_example_03.cppexprtk_simple_example_04.cppexprtk_simple_example_05.cppexprtk_simple_example_06.cppexprtk_simple_example_07.cppexprtk_simple_example_08.cppexprtk_simple_example_09.cppexprtk_simple_example_10.cppexprtk_simple_example_11.cppexprtk_simple_example_12.cppexprtk_simple_example_13.cppexprtk_simple_example_14.cppexprtk_simple_example_15.cppexprtk_simple_example_16.cppexprtk_simple_example_17.cppexprtk_simple_example_18.cppexprtk_simple_example_19.cppexprtk_simple_example_20.cppexprtk_simple_example_21.cppexprtk_simple_example_22.cppexprtk_simple_example_23.cppexprtk_simple_example_24.cppexprtk_test.cpplicense.txtreadme.txt
24
license.txt
Normal file
24
license.txt
Normal file
@ -0,0 +1,24 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 1999-2024 Arash Partow
|
||||
|
||||
https://www.partow.net/programming/exprtk/index.html
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of this software and associated documentation files (the
|
||||
"Software"), to deal in the Software without restriction, including
|
||||
without limitation the rights to use, copy, modify, merge, publish,
|
||||
distribute, sublicense, and/or sell copies of the Software, and to
|
||||
permit persons to whom the Software is furnished to do so, subject to
|
||||
the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be
|
||||
included in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
||||
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
||||
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
||||
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
||||
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
Reference in New Issue
Block a user