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

This commit is contained in:
Arash Partow
2016-08-02 20:07:52 +10:00
parent 3a684785a8
commit 57841f8a11
3 changed files with 20 additions and 14 deletions

View File

@ -881,7 +881,7 @@ std::vector.
Expressions | | Expressions as
in string form A V exprtk::expression
| | instances
[s0:'x+1' ]-+ | | +-[e0: x+1]
[s0:'x+1']------+ | | +-[e0: x+1]
| | | |
[s1:'2z+y']-----+--+ +-->+-[e1: 2z+y]
| |