TAN
The TAN function is a mathematical function that returns the Tangent (radians) of a number. The TAN function returns a real value.
Function Name |
TAN |
Description |
Returns the Tangent (radians) of a number. |
Arguments |
TAN(INTEGER or REAL) Where:
For more information on integers and real values, see Number (Integer or Real). |
Returns |
REAL The Tangent (radians) of a number. |
Example:
TAN(1.2)
The output is 2.57