C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html
This commit is contained in:
parent
0c8cd6eb80
commit
188cb77821
|
@ -26,9 +26,8 @@
|
||||||
template<typename T>
|
template<typename T>
|
||||||
void stddev_example()
|
void stddev_example()
|
||||||
{
|
{
|
||||||
typedef exprtk::symbol_table<T> symbol_table_t;
|
typedef exprtk::expression<T> expression_t;
|
||||||
typedef exprtk::expression<T> expression_t;
|
typedef exprtk::parser<T> parser_t;
|
||||||
typedef exprtk::parser<T> parser_t;
|
|
||||||
|
|
||||||
std::string stddev_program =
|
std::string stddev_program =
|
||||||
" var x[25] := { "
|
" var x[25] := { "
|
||||||
|
|
Loading…
Reference in New Issue