Interface ExpressionObj

An ExpressionObj represents a mathematic expression. Eg. "1 + 2" === { l: "1", o: "+", r: "2"}

Hierarchy

  • ExpressionObj

Properties

l o r

Properties

Left-side operand of the expression

Operator of the expression

Right-side operand of the expression

Generated using TypeDoc