/simple-eval

A rudimentary evaluation tool; Evaluates a mathematical expression defined in arg1.

Primary LanguageCMIT LicenseMIT

simple-eval

A rudimentary evaluation tool; Evaluates a mathematical expression defined in arg1.

+,-,*,/ and ^ should all be parsed properly.

Whitespace and other tokens are not supported.

All internal numbers are doubles.