TAN function

Synopsis
This function returns the tangent of the specified angle, given in degrees.
Variations
TAN(Angle)
Returns the tangent of the specified angle.
Parameters
Angle

Specifies the angle, in degrees, from which to calculate the tangent.

Supported types: Numeric.
Returns
Returned types: Numeric.
Examples
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)