Functions
You can use any of the built-in functions within an expression and any function that has been created in the same scene.
Examples:
- round(7.8956)
- cos(90)
- tan(x-y), where x and y are number variables
- (-b + sqrt(pow(b,2)-4*a*c))/(2*a), where a, b and c are number variables
See also: