Specifies the angle, in degrees, from which to calculate the tangent.
1. |
The following example returns 0.0174551.
TAN(1)
|
2. |
The following example returns 1.63318e+16.
TAN(90)
|
3. |
The following example returns -0.0174551.
TAN(-1)
|