Math Functions
Abs - Return the absolute value of a number
Acos - Return the inverse cosine of a cosine
Asin - Return the inverse sine of a sine
Atn - Return the inverse tangent of a tangent
Cos - Return the cosine of an angle
Exp - Return the natural base e raised to the nth power
Exp10 - Return 10 raised to the nth power
Exp2 - Return 2 raised to the nth power
Int - Round a number to the lowest integer
Log - Return the power the natural base e would be raised to equal number
Log10 - Return the power that ten would be raised to equal number
Log2 - Return the power that two would be raised to to equal number
Sgn - Return the sign, -1, 0 or 1 of a number
Sin - Return the sine of an angle
Sqr - Return the square root of a number
Tan - Return the tangent to an angle