Tan
- Last UpdatedJul 18, 2023
- 1 minute read
Calculates the trigonometric tangent of an angle.
Syntax
Tan(Angle)
Angle:
Any angle (in degrees).
Return Value
The tan of Angle.
Related Functions
Example
Variable=Tan(1);
! Sets Variable to 1.5574
Calculates the trigonometric tangent of an angle.
Tan(Angle)
Angle:
Any angle (in degrees).
The tan of Angle.
Variable=Tan(1);
! Sets Variable to 1.5574