An ExpressionObj represents a mathematic expression. Eg. "1 + 2" === { l: "1", o: "+", r: "2"}
Left-side operand of the expression
Operator of the expression
Right-side operand of the expression
Generated using TypeDoc
An ExpressionObj represents a mathematic expression. Eg. "1 + 2" === { l: "1", o: "+", r: "2"}