This function determines the TAN of a number.
TAN(Number)
Number
The number from which to return the tangent.
Example:Display the tangent of the value contained in TEXT1
MESSAGE(TAN(~text1~)//”Tangent”)