Table of Contents
- abs — Absolute value
- acos — Arccosine function
- AlmostEqual — Rounding error insensitive comparison
- asin — Arcsine function
- atan — Arc tan
- atan2 — Calculates arctangent of y/x
- ceil — Ceil value
- cos — Cosine
- cosh — Hyperbolic cosine function
- EXP — Exponential function
- floor — Floor value
- frac — Fractional part
- Int — Integer part
- ln — Natural logarithm
- log — Natural logarithm
- log10 — Decimal logarithm
- Max — Maximum value of two numbers / arrays
- Min — Minimum value of two numbers / arrays
- Prec — Adjust number of decimal points of floating point number
- Round — Round number to nearest integer
- sign — Returns the sign of the number/array
- sin — Sine function
- sinh — Hyperbolic sine function
- sqrt — Square root
- tan — Tangent function
- tanh — Hyperbolic tangent function