TAN function
Summary
Returns the tangent of a number
Syntax
TAN(number)
The TAN function syntax has the following arguments:
• Number Required. The angle in radians for which you want the tangent.
• Number Required. The angle in radians for which you want the tangent.
Example
=TAN(0.785)
=TAN(45*PI()/180)
=TAN(RADIANS(45))
=TAN(45*PI()/180)
=TAN(RADIANS(45))