Math Operators

Arithmetic

Absolute value

Calculates the absolute value of a numerical value

Ceil

Rounds up a numerical value to the nearest integer.

Cube root

Calculates the cube root of a numerical value, ∛

Exponential

Calculates the ex function for a numerical value.

Expm1

Calculates the ex-1 function for a numerical value; compensates for the roundoff error in Exponential.

Floor

Rounds down a numerical value to the nearest integer.

Log

Calculates the natural logarithm of a numerical value; loge.

Round

Rounds the sample values of a numerical value.

Square root

Calculates the square root of a numerical value; √.

Trigonometric

Acos

Calculates the arccosine of a numerical value.

Asin

Calculates the arcsine of a numerical value.

Atan

Calculates the arctangent of a numerical value.

Cos

Calculates the cosine of a numerical value.

Cosh

Calculates the hyperbolic cosine of a numerical value.

Sin

Calculates the sine of a numerical value.

Sinh

Calculates the hyperbolic sine of a numerical value.

Tan

Calculates the tangent of a numerical value.

Tanh

Calculates the hyperbolic tangent of a numerical value.