Returns the tangent of an expression that represents a numerical value.
Format
TAN(x)
Argument
x | Any valid expression that evaluates to a real number. |
Example
The following function returns the tangent of 10*TIME, where TIME is the current simulation time:
TAN(10*TIME)