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

This commit is contained in:
Arash Partow
2014-07-15 23:09:08 +10:00
parent 5c21af90e1
commit 12f65b3ff3
15 changed files with 275 additions and 16 deletions

View File

@ -21,7 +21,7 @@
#include "exprtk.hpp"
template<typename T>
template <typename T>
struct myfunc : public exprtk::ifunction<T>
{
myfunc()