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

This commit is contained in:
Arash Partow
2014-11-13 22:46:38 +11:00
parent 5ab0abd964
commit d95db43aa9
2 changed files with 106 additions and 10 deletions

View File

@ -34,7 +34,7 @@ struct myfunc : public exprtk::ifunction<T>
}
};
template<typename T>
template <typename T>
void custom_function()
{
typedef exprtk::expression<T> expression_t;