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

This commit is contained in:
Arash Partow 2016-08-04 08:30:26 +10:00
parent bea0747d8b
commit 26ec96afbf
1 changed files with 20 additions and 19 deletions

View File

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