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
mathjs has their own parser, AST etc and all while this library is just a modified version of dijkstra's algorithm. > < == etc symbols i can implement but boolean ? number : number. it means if boolean ? X should give X or boolean and X:Y should give Y if X = boolean or X if X != boolean. I will think and try my best about it in coming weekend or so..
It would be great to support conditional expressions (like "if statements").
Similar to math.js "Conditional expression" seen here
https://mathjs.org/docs/expressions/syntax.html
The text was updated successfully, but these errors were encountered: