Closed nicolewhite closed 9 years ago
The parser throws Missing operand when there is a negative number.
Missing operand
var eq = algebra.parse("x^2 + 4 * x = -4");
Uncaught Error: Missing operand at o.construct_expression
Is fixed in #17
var eq = algebra.parse("5 +- 1");
This it also can't handle and throws missing operand!
The parser throws
Missing operand
when there is a negative number.