The Math Expression patch evaluates a mathematical expression. It supports variables, all of which need to be preceded by a $ (e.g. $a + $b + $c). The patch works with all the built-in operators and functions from DDMathParser and can also represent constants.
dtor()
Degrees to Radians
rtod()
Radians to Degrees
sqrt(x), log(x), ln(x), log2(x)
exp(x), ceil(x), floor(x)
random(x, y)
- Random value between x and y
sum(...), count(...), min(...), max(...), median(...)
stddev(...), average(...)
sin(x), cos(x), tan(x), asin(x), acos(x), atan(x)
csc(x), sec(x), cotan(x), acsc(x), sec(x), acotan(x)
pi(), pi2(), pi4(), phi(), sqrt2()
e(), log2e(), log10e(), ln2(), ln10()