fasseg / exp4j

A tiny math expression evaluator for the Java programming language
http://www.objecthunter.net/exp4j/
Apache License 2.0
475 stars 160 forks source link

Add × and ÷ as valid operators #94

Closed trans closed 4 years ago

seyfahni commented 5 years ago

I think it'd be better to change the way allowed characters are handled, like switching to a blacklist or allowing to add characters dynamically.