mirror of
https://github.com/ArashPartow/exprtk.git
synced 2025-07-28 03:27:30 +00:00
C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html
This commit is contained in:
@ -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] := { "
|
||||||
|
Reference in New Issue
Block a user