tern.legacy.eval

Simple and easy mathematical equation evaluator.

Members

Static functions

eval
string eval(string exp, string op)

Evaluates a simple (does not contain functions) arithmetic expression.

eval
string eval(string exp)

Evaluates a simple (does not contain functions) arithmetic expression.

Meta