We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e4791b commit 973ee8eCopy full SHA for 973ee8e
bench_expr_weird.txt
@@ -99,4 +99,12 @@ a^-b
99
-1.1*a^(+b-0)
100
-1.1*a^-b
101
-b^2^3-b^6
102
--(-b^2^3)+b^6
+-(-b^2^3)+b^6
103
+(-1)^0
104
+(-1)^1-1
105
+(-1)^(1-1)
106
+(-1)^(a-a)
107
+-1^0
108
+-1^1-1
109
+-1^(1-1)
110
+-1^(a-a)
exprtk/exprtk.hpp
@@ -35362,7 +35362,7 @@ namespace exprtk
35362
const bool collect_variables,
35363
const bool collect_functions,
35364
const bool vector_pass,
35365
- symbol_table_t& ext_symbol_table = symbol_table_t())
+ symbol_table_t& ext_symbol_table)
35366
{
35367
symbol_table_t symbol_table;
35368
expression_t expression;
0 commit comments