What would you think about having a few more simple math operators in the scripting language? abs is easy to build from ternaries already but would be handy to have outright, sqrt, pow, and trig functions probably cover most cases. Probably anything that can't be done with those shouldn't be done in script at all. I'd be interested in making a PR if the idea seems sound and we can find a tolerable syntax.
Thanks!
What would you think about having a few more simple math operators in the scripting language?
absis easy to build from ternaries already but would be handy to have outright,sqrt,pow, and trig functions probably cover most cases. Probably anything that can't be done with those shouldn't be done in script at all. I'd be interested in making a PR if the idea seems sound and we can find a tolerable syntax.Thanks!