TAN

This function determines the TAN of a number.

TAN(Number)


PARAMETERS

Number

The number from which to return the tangent.

Example:
Display the tangent of the value contained in TEXT1

MESSAGE(TAN(~text1~)//”Tangent”)