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

This commit is contained in:
Arash Partow
2014-10-14 22:06:52 +11:00
parent 12f65b3ff3
commit daf27d040a
4 changed files with 1142 additions and 741 deletions

View File

@ -25,6 +25,7 @@
#include "exprtk.hpp"
const std::string expression_list[] = {
"(y + x)",
"2 * (y + x)",