Advanced Math

Function
Name
Description
PI() Pi Returns the value of PI
DEGREES(angle) Degrees Converts radians to degrees
RADIANS(angle) Radians Converts degrees to radians
SQRT(val) Square Root Returns the Square Root of val
LOG(val, base) Logarithm The logarithm of val to base
SIN(val) Sine Returns sine of given radian angle value.
COS(val) Cosine Returns cosine of given radian angle value.
TAN(val) Tangent Returns tangent of given radian angle value.
ASIN(val) Arcsine Returns the arcsine of a number.
ACOS(val) Arccosine Returns the arccosine of a number.
ATAN(val) Arctangent Returns the arctangent  of a number.
SINH(val) Hyperbolic Sine Returns hyperbolic sine of given radian angle value.
COSH(val) Hyperbolic Cosine Returns hyperbolic cosine of given radian angle value.
TANH(val) Hyperbolic Tangent Returns hyperbolic tangent of given radian angle value.