bugwheels94 / math-expression-evaluator

Math JS library. Super advanced & efficient Math expression evaluator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support percent

stoplion opened this issue · comments

Would be amazing if you could support percentages
mxp.eval('10% + 40%')

This is not a CSS parser. However, That can be built over this library but I feel reluctant to do that.