C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html
This commit is contained in:
parent
bea0747d8b
commit
26ec96afbf
|
@ -26,7 +26,8 @@
|
|||
#include "exprtk.hpp"
|
||||
|
||||
|
||||
const std::string expression_list[] = {
|
||||
const std::string global_expression_list[]
|
||||
= {
|
||||
"(y + x)",
|
||||
"2 * (y + x)",
|
||||
"(2 * y + 2 * x)",
|
||||
|
|
Loading…
Reference in New Issue