You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding an operator that's not included in ALLOWED_OPERATOR_CHARS results in a IllegalArgumentException.
What's the point in allowing user operators at all if they have to be on the ALLOWED_OPERATOR_CHARS list? I wanted to add, for example, ÷ to represent division.
The text was updated successfully, but these errors were encountered:
alexbirkett
changed the title
Make it possible to add user defined operatators
Make it possible to add user defined operators
Nov 27, 2020
Adding an operator that's not included in
ALLOWED_OPERATOR_CHARS
results in aIllegalArgumentException
.What's the point in allowing user operators at all if they have to be on the
ALLOWED_OPERATOR_CHARS
list? I wanted to add, for example,÷
to represent division.The text was updated successfully, but these errors were encountered: