bugwheels94 / math-expression-evaluator

Math JS library. Super advanced & efficient Math expression evaluator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature Request] Require Parentheses

enchorb opened this issue · comments

By default functions with or without parentheses evaluate to the correct result. Can we add an option to require parentheses for evaluation otherwise the function would fail?

No, sorry! I invested a good amount of time to only allow without parenthesis and now giving an option like this is going to take efforts that I can't make. I mostly just fix bugs here now.