Math functions
Use the built-in math functions to calculate the square root, log (natural or base 10), or trigonometry ratios (in radians or degrees) of a tag or expression.
The following table lists math functions:
This function | Returns this value |
---|---|
SQRT (expression ) | The square root of the expression |
LOG (expression ) | The natural log of the expression |
LOG10 (expression ) | The base ten log of the expression |
SIN (expression ) | The sine of the expression in radians |
COS (expression ) | The cosine of the expression in radians |
TAN (expression ) | The tangent of the expression in radians |
ARCSIN (expression ) | The arc sine of the expression in radians |
ARCCOS (expression ) | The arc cosine of the expression in radians |
ARCTAN (expression ) | The arc tangent of the expression in radians |
SIND (expression ) | The sine of the expression in degrees |
COSD (expression ) | The cosine of the expression in degrees |
TAND (expression ) | The tangent of the expression in degrees |
ARCSIND (expression ) | The arc sine of the expression in degrees |
ARCCOSD (expression ) | The arc cosine of the expression in degrees |
ARCTAND (expression ) | The arc tangent of the expression in degrees |
Provide Feedback