tinyexpr-plusplus
tinyexpr-plusplus copied to clipboard
Tiny recursive descent expression parser, compiler, and evaluation engine for math expressions and spreadsheet formulas in C++.
Results
1
tinyexpr-plusplus issues
Sort by
recently updated
recently updated
newest added
`AND(TRUE, NA(), TRUE)` `OR(TRUE, NA(), FALSE)` `5 & NA` `5 | NA` Should all result in NaN the way *Excel* does.
bug