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

This commit is contained in:
Arash Partow 2014-06-11 06:53:29 +10:00
parent 0c8cd6eb80
commit 188cb77821
1 changed files with 2 additions and 3 deletions

View File

@ -26,9 +26,8 @@
template<typename T>
void stddev_example()
{
typedef exprtk::symbol_table<T> symbol_table_t;
typedef exprtk::expression<T> expression_t;
typedef exprtk::parser<T> parser_t;
typedef exprtk::expression<T> expression_t;
typedef exprtk::parser<T> parser_t;
std::string stddev_program =
" var x[25] := { "