C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html
This commit is contained in:
parent
0c8cd6eb80
commit
188cb77821
|
@ -26,7 +26,6 @@
|
|||
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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue