C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html

This commit is contained in:
Arash Partow
2012-05-16 21:25:40 +10:00
parent b1a89fc96a
commit 816385aa4c
4 changed files with 410 additions and 100 deletions

View File

@ -25,7 +25,8 @@ operations, functions and processes:
(4) Equalities &
Inequalities: =, ==, <>, !=, <, <=, >, >=,
(5) Boolean logic: and, or, xor, not, nand, nor, shr, shl
(5) Boolean logic: and, or, xor, not, nand, nor, shr, shl, true,
false
(6) Conditional &
Loop statement: if-then-else, while