Please add math operation
Opened this issue · 1 comments
Thaina commented
Should allow
number binary +
-
*
/
boolean binary ^
number unary -
and let's it return null
for incompatible type
nbaua commented
I would also like to see the multiplication and division operators OR at least have them as in-built functions like mul(), sum() as we do have abs/ceil...