TAN function

Category: Math and trigonometry
Introduced: Excel 2003

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.

Example

=TAN(0.785)
=TAN(45*PI()/180)
=TAN(RADIANS(45))

Microsoft Support Page

https://support.microsoft.com/en-us/office/tan-function-08851a40-179f-4052-b789-d7f699447401

Back to Functions