You can use these math functions in formulas:
sin(x)
,cos(x)
,tan(x)
— trigonometric functions (x in radians)sqrt(x)
— square rootlog(x)
— natural logarithmexp(x)
— exponential function (e^x)abs(x)
— absolute valuefloor(x)
,ceil(x)
— rounding functions