Skip to content

eosterberg/eval-math

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eval-math

Javascript library for evaluating math expressions.

Supports + - * / and parentheses.

Usage:

import {evalMath} from 'eval-math'

evalMath('13121 * 30.5 + (4+ 4 - (3 - 3     )) / 5 * 10')

> 400206.5 

About

Javascript library for evaluating math expressions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors