Skip to content

A parser and evaluator of mathematic expressions

Notifications You must be signed in to change notification settings

benfro/express-eval

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages