Tan
Calculates the trigonometric tangent of an angle.
Syntax
Tan(Angle)
Angle:
Any angle (in degrees).
Return Value
The tan of Angle.
Related Functions
ArcTan
Example
Variable=Tan(1); ! Sets Variable to 1.5574
See Also
Math/Trigonometry Functions