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

This commit is contained in:
Arash Partow
2016-10-13 07:52:26 +11:00
parent 4e8e9b98e7
commit 57041af631
4 changed files with 61 additions and 12 deletions

View File

@ -41,7 +41,6 @@ void stddev_example()
expression_t expression;
parser_t parser;
parser.compile(stddev_program,expression);
T stddev = expression.value();