Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 284 Bytes

File metadata and controls

6 lines (4 loc) · 284 Bytes

express-eval

A parser and evaluator of mathematical expressions

Currently supports + - * / ^ ( ) abs sin cos tan atan mod log10 ln eexp exp sqrt cbrt pow pi e

Caveat: In the current version every sign/term has to be separated by blank steps. So '2 - ( 3 * ( 5 - 2 ) )' will work.