MathExecutor
MathExecutor copied to clipboard
Simple math expresions parser and calculator
Results
1
MathExecutor issues
Sort by
recently updated
recently updated
newest added
Hello, I am having problems when I have formula with "double" operators. E.g: * `--4+5` -> ParseError: syntax error, unexpected '4' (T_LNUMBER) * `+-4+5` -> Exception: NXP\Exception\UnknownOperatorException * `-+4+5` ->...