C++ Mathematical Expression Library (ExprTk) https://www.partow.net/programming/exprtk/index.html
This commit is contained in:
parent
5c4e0d7802
commit
e8c253fa60
4
Makefile
4
Makefile
|
@ -8,8 +8,8 @@
|
||||||
# * Copyright notice: *
|
# * Copyright notice: *
|
||||||
# * Free use of the Mathematical Expression Toolkit Library is *
|
# * Free use of the Mathematical Expression Toolkit Library is *
|
||||||
# * permitted under the guidelines and in accordance with the *
|
# * permitted under the guidelines and in accordance with the *
|
||||||
# * most current version of the Common Public License. *
|
# * most current version of the MIT License. *
|
||||||
# * http://www.opensource.org/licenses/cpl1.0.php *
|
# * http://www.opensource.org/licenses/MIT *
|
||||||
# * *
|
# * *
|
||||||
# **************************************************************
|
# **************************************************************
|
||||||
#
|
#
|
||||||
|
|
|
@ -8,8 +8,8 @@
|
||||||
* Copyright notice: *
|
* Copyright notice: *
|
||||||
* Free use of the C++ Mathematical Expression Toolkit Library is *
|
* Free use of the C++ Mathematical Expression Toolkit Library is *
|
||||||
* permitted under the guidelines and in accordance with the most *
|
* permitted under the guidelines and in accordance with the most *
|
||||||
* current version of the Common Public License. *
|
* current version of the MIT License. *
|
||||||
* http://www.opensource.org/licenses/cpl1.0.php *
|
* http://www.opensource.org/licenses/MIT *
|
||||||
* *
|
* *
|
||||||
* Example expressions: *
|
* Example expressions: *
|
||||||
* (00) (y + x / y) * (x - y / x) *
|
* (00) (y + x / y) * (x - y / x) *
|
||||||
|
|
|
@ -9,8 +9,8 @@
|
||||||
* Copyright notice: *
|
* Copyright notice: *
|
||||||
* Free use of the Mathematical Expression Toolkit Library is *
|
* Free use of the Mathematical Expression Toolkit Library is *
|
||||||
* permitted under the guidelines and in accordance with the *
|
* permitted under the guidelines and in accordance with the *
|
||||||
* most current version of the Common Public License. *
|
* most current version of the MIT License. *
|
||||||
* http://www.opensource.org/licenses/cpl1.0.php *
|
* http://www.opensource.org/licenses/MIT *
|
||||||
* *
|
* *
|
||||||
**************************************************************
|
**************************************************************
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -9,8 +9,8 @@
|
||||||
* Copyright notice: *
|
* Copyright notice: *
|
||||||
* Free use of the Mathematical Expression Toolkit Library is *
|
* Free use of the Mathematical Expression Toolkit Library is *
|
||||||
* permitted under the guidelines and in accordance with the *
|
* permitted under the guidelines and in accordance with the *
|
||||||
* most current version of the Common Public License. *
|
* most current version of the MIT License. *
|
||||||
* http://www.opensource.org/licenses/cpl1.0.php *
|
* http://www.opensource.org/licenses/MIT *
|
||||||
* *
|
* *
|
||||||
**************************************************************
|
**************************************************************
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -9,8 +9,8 @@
|
||||||
* Copyright notice: *
|
* Copyright notice: *
|
||||||
* Free use of the Mathematical Expression Toolkit Library is *
|
* Free use of the Mathematical Expression Toolkit Library is *
|
||||||
* permitted under the guidelines and in accordance with the *
|
* permitted under the guidelines and in accordance with the *
|
||||||
* most current version of the Common Public License. *
|
* most current version of the MIT License. *
|
||||||
* http://www.opensource.org/licenses/cpl1.0.php *
|
* http://www.opensource.org/licenses/MIT *
|
||||||
* *
|
* *
|
||||||
**************************************************************
|
**************************************************************
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -9,8 +9,8 @@
|
||||||
* Copyright notice: *
|
* Copyright notice: *
|
||||||
* Free use of the Mathematical Expression Toolkit Library is *
|
* Free use of the Mathematical Expression Toolkit Library is *
|
||||||
* permitted under the guidelines and in accordance with the *
|
* permitted under the guidelines and in accordance with the *
|
||||||
* most current version of the Common Public License. *
|
* most current version of the MIT License. *
|
||||||
* http://www.opensource.org/licenses/cpl1.0.php *
|
* http://www.opensource.org/licenses/MIT *
|
||||||
* *
|
* *
|
||||||
**************************************************************
|
**************************************************************
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -9,8 +9,8 @@
|
||||||
* Copyright notice: *
|
* Copyright notice: *
|
||||||
* Free use of the Mathematical Expression Toolkit Library is *
|
* Free use of the Mathematical Expression Toolkit Library is *
|
||||||
* permitted under the guidelines and in accordance with the *
|
* permitted under the guidelines and in accordance with the *
|
||||||
* most current version of the Common Public License. *
|
* most current version of the MIT License. *
|
||||||
* http://www.opensource.org/licenses/cpl1.0.php *
|
* http://www.opensource.org/licenses/MIT *
|
||||||
* *
|
* *
|
||||||
**************************************************************
|
**************************************************************
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -9,8 +9,8 @@
|
||||||
* Copyright notice: *
|
* Copyright notice: *
|
||||||
* Free use of the Mathematical Expression Toolkit Library is *
|
* Free use of the Mathematical Expression Toolkit Library is *
|
||||||
* permitted under the guidelines and in accordance with the *
|
* permitted under the guidelines and in accordance with the *
|
||||||
* most current version of the Common Public License. *
|
* most current version of the MIT License. *
|
||||||
* http://www.opensource.org/licenses/cpl1.0.php *
|
* http://www.opensource.org/licenses/MIT *
|
||||||
* *
|
* *
|
||||||
**************************************************************
|
**************************************************************
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -9,8 +9,8 @@
|
||||||
* Copyright notice: *
|
* Copyright notice: *
|
||||||
* Free use of the Mathematical Expression Toolkit Library is *
|
* Free use of the Mathematical Expression Toolkit Library is *
|
||||||
* permitted under the guidelines and in accordance with the *
|
* permitted under the guidelines and in accordance with the *
|
||||||
* most current version of the Common Public License. *
|
* most current version of the MIT License. *
|
||||||
* http://www.opensource.org/licenses/cpl1.0.php *
|
* http://www.opensource.org/licenses/MIT *
|
||||||
* *
|
* *
|
||||||
**************************************************************
|
**************************************************************
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -9,8 +9,8 @@
|
||||||
* Copyright notice: *
|
* Copyright notice: *
|
||||||
* Free use of the Mathematical Expression Toolkit Library is *
|
* Free use of the Mathematical Expression Toolkit Library is *
|
||||||
* permitted under the guidelines and in accordance with the *
|
* permitted under the guidelines and in accordance with the *
|
||||||
* most current version of the Common Public License. *
|
* most current version of the MIT License. *
|
||||||
* http://www.opensource.org/licenses/cpl1.0.php *
|
* http://www.opensource.org/licenses/MIT *
|
||||||
* *
|
* *
|
||||||
**************************************************************
|
**************************************************************
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -9,8 +9,8 @@
|
||||||
* Copyright notice: *
|
* Copyright notice: *
|
||||||
* Free use of the Mathematical Expression Toolkit Library is *
|
* Free use of the Mathematical Expression Toolkit Library is *
|
||||||
* permitted under the guidelines and in accordance with the *
|
* permitted under the guidelines and in accordance with the *
|
||||||
* most current version of the Common Public License. *
|
* most current version of the MIT License. *
|
||||||
* http://www.opensource.org/licenses/cpl1.0.php *
|
* http://www.opensource.org/licenses/MIT *
|
||||||
* *
|
* *
|
||||||
**************************************************************
|
**************************************************************
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -9,8 +9,8 @@
|
||||||
* Copyright notice: *
|
* Copyright notice: *
|
||||||
* Free use of the Mathematical Expression Toolkit Library is *
|
* Free use of the Mathematical Expression Toolkit Library is *
|
||||||
* permitted under the guidelines and in accordance with the *
|
* permitted under the guidelines and in accordance with the *
|
||||||
* most current version of the Common Public License. *
|
* most current version of the MIT License. *
|
||||||
* http://www.opensource.org/licenses/cpl1.0.php *
|
* http://www.opensource.org/licenses/MIT *
|
||||||
* *
|
* *
|
||||||
**************************************************************
|
**************************************************************
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -9,8 +9,8 @@
|
||||||
* Copyright notice: *
|
* Copyright notice: *
|
||||||
* Free use of the Mathematical Expression Toolkit Library is *
|
* Free use of the Mathematical Expression Toolkit Library is *
|
||||||
* permitted under the guidelines and in accordance with the *
|
* permitted under the guidelines and in accordance with the *
|
||||||
* most current version of the Common Public License. *
|
* most current version of the MIT License. *
|
||||||
* http://www.opensource.org/licenses/cpl1.0.php *
|
* http://www.opensource.org/licenses/MIT *
|
||||||
* *
|
* *
|
||||||
**************************************************************
|
**************************************************************
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -9,8 +9,8 @@
|
||||||
* Copyright notice: *
|
* Copyright notice: *
|
||||||
* Free use of the Mathematical Expression Toolkit Library is *
|
* Free use of the Mathematical Expression Toolkit Library is *
|
||||||
* permitted under the guidelines and in accordance with the *
|
* permitted under the guidelines and in accordance with the *
|
||||||
* most current version of the Common Public License. *
|
* most current version of the MIT License. *
|
||||||
* http://www.opensource.org/licenses/cpl1.0.php *
|
* http://www.opensource.org/licenses/MIT *
|
||||||
* *
|
* *
|
||||||
**************************************************************
|
**************************************************************
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -9,8 +9,8 @@
|
||||||
* Copyright notice: *
|
* Copyright notice: *
|
||||||
* Free use of the Mathematical Expression Toolkit Library is *
|
* Free use of the Mathematical Expression Toolkit Library is *
|
||||||
* permitted under the guidelines and in accordance with the *
|
* permitted under the guidelines and in accordance with the *
|
||||||
* most current version of the Common Public License. *
|
* most current version of the MIT License. *
|
||||||
* http://www.opensource.org/licenses/cpl1.0.php *
|
* http://www.opensource.org/licenses/MIT *
|
||||||
* *
|
* *
|
||||||
**************************************************************
|
**************************************************************
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -9,8 +9,8 @@
|
||||||
* Copyright notice: *
|
* Copyright notice: *
|
||||||
* Free use of the Mathematical Expression Toolkit Library is *
|
* Free use of the Mathematical Expression Toolkit Library is *
|
||||||
* permitted under the guidelines and in accordance with the *
|
* permitted under the guidelines and in accordance with the *
|
||||||
* most current version of the Common Public License. *
|
* most current version of the MIT License. *
|
||||||
* http://www.opensource.org/licenses/cpl1.0.php *
|
* http://www.opensource.org/licenses/MIT *
|
||||||
* *
|
* *
|
||||||
**************************************************************
|
**************************************************************
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -9,8 +9,8 @@
|
||||||
* Copyright notice: *
|
* Copyright notice: *
|
||||||
* Free use of the Mathematical Expression Toolkit Library is *
|
* Free use of the Mathematical Expression Toolkit Library is *
|
||||||
* permitted under the guidelines and in accordance with the *
|
* permitted under the guidelines and in accordance with the *
|
||||||
* most current version of the Common Public License. *
|
* most current version of the MIT License. *
|
||||||
* http://www.opensource.org/licenses/cpl1.0.php *
|
* http://www.opensource.org/licenses/MIT *
|
||||||
* *
|
* *
|
||||||
**************************************************************
|
**************************************************************
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -9,8 +9,8 @@
|
||||||
* Copyright notice: *
|
* Copyright notice: *
|
||||||
* Free use of the Mathematical Expression Toolkit Library is *
|
* Free use of the Mathematical Expression Toolkit Library is *
|
||||||
* permitted under the guidelines and in accordance with the *
|
* permitted under the guidelines and in accordance with the *
|
||||||
* most current version of the Common Public License. *
|
* most current version of the MIT License. *
|
||||||
* http://www.opensource.org/licenses/cpl1.0.php *
|
* http://www.opensource.org/licenses/MIT *
|
||||||
* *
|
* *
|
||||||
**************************************************************
|
**************************************************************
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -9,8 +9,8 @@
|
||||||
* Copyright notice: *
|
* Copyright notice: *
|
||||||
* Free use of the Mathematical Expression Toolkit Library is *
|
* Free use of the Mathematical Expression Toolkit Library is *
|
||||||
* permitted under the guidelines and in accordance with the *
|
* permitted under the guidelines and in accordance with the *
|
||||||
* most current version of the Common Public License. *
|
* most current version of the MIT License. *
|
||||||
* http://www.opensource.org/licenses/cpl1.0.php *
|
* http://www.opensource.org/licenses/MIT *
|
||||||
* *
|
* *
|
||||||
**************************************************************
|
**************************************************************
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -9,8 +9,8 @@
|
||||||
* Copyright notice: *
|
* Copyright notice: *
|
||||||
* Free use of the Mathematical Expression Toolkit Library is *
|
* Free use of the Mathematical Expression Toolkit Library is *
|
||||||
* permitted under the guidelines and in accordance with the *
|
* permitted under the guidelines and in accordance with the *
|
||||||
* most current version of the Common Public License. *
|
* most current version of the MIT License. *
|
||||||
* http://www.opensource.org/licenses/cpl1.0.php *
|
* http://www.opensource.org/licenses/MIT *
|
||||||
* *
|
* *
|
||||||
**************************************************************
|
**************************************************************
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -9,8 +9,8 @@
|
||||||
* Copyright notice: *
|
* Copyright notice: *
|
||||||
* Free use of the Mathematical Expression Toolkit Library is *
|
* Free use of the Mathematical Expression Toolkit Library is *
|
||||||
* permitted under the guidelines and in accordance with the *
|
* permitted under the guidelines and in accordance with the *
|
||||||
* most current version of the Common Public License. *
|
* most current version of the MIT License. *
|
||||||
* http://www.opensource.org/licenses/cpl1.0.php *
|
* http://www.opensource.org/licenses/MIT *
|
||||||
* *
|
* *
|
||||||
**************************************************************
|
**************************************************************
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -9,8 +9,8 @@
|
||||||
* Copyright notice: *
|
* Copyright notice: *
|
||||||
* Free use of the Mathematical Expression Toolkit Library is *
|
* Free use of the Mathematical Expression Toolkit Library is *
|
||||||
* permitted under the guidelines and in accordance with the *
|
* permitted under the guidelines and in accordance with the *
|
||||||
* most current version of the Common Public License. *
|
* most current version of the MIT License. *
|
||||||
* http://www.opensource.org/licenses/cpl1.0.php *
|
* http://www.opensource.org/licenses/MIT *
|
||||||
* *
|
* *
|
||||||
**************************************************************
|
**************************************************************
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -9,8 +9,8 @@
|
||||||
* Copyright notice: *
|
* Copyright notice: *
|
||||||
* Free use of the Mathematical Expression Toolkit Library is *
|
* Free use of the Mathematical Expression Toolkit Library is *
|
||||||
* permitted under the guidelines and in accordance with the *
|
* permitted under the guidelines and in accordance with the *
|
||||||
* most current version of the Common Public License. *
|
* most current version of the MIT License. *
|
||||||
* http://www.opensource.org/licenses/cpl1.0.php *
|
* http://www.opensource.org/licenses/MIT *
|
||||||
* *
|
* *
|
||||||
**************************************************************
|
**************************************************************
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -113,9 +113,9 @@ expressions that can be parsed and evaluated using the ExprTk library.
|
||||||
[SECTION 03 - COPYRIGHT NOTICE]
|
[SECTION 03 - COPYRIGHT NOTICE]
|
||||||
Free use of the C++ Mathematical Expression Toolkit Library is
|
Free use of the C++ Mathematical Expression Toolkit Library is
|
||||||
permitted under the guidelines and in accordance with the most current
|
permitted under the guidelines and in accordance with the most current
|
||||||
version of the Common Public License.
|
version of the MIT License.
|
||||||
|
|
||||||
http://www.opensource.org/licenses/cpl1.0.php
|
http://www.opensource.org/licenses/MIT
|
||||||
|
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue