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
Is there any plan of introducing ternary operator support in exp4j? I think it will be a very useful feature. Please look at the link to get an idea I am talking about http://math.hws.edu/eck/jsdemo/grapher.html
The text was updated successfully, but these errors were encountered:
This can be implemented as a function (although, which lacks the property of short circuit evaluation as it will always compute both arguments), here's what I could come up with:
Is there any plan of introducing ternary operator support in exp4j? I think it will be a very useful feature. Please look at the link to get an idea I am talking about
http://math.hws.edu/eck/jsdemo/grapher.html
The text was updated successfully, but these errors were encountered: