Returns the tangent of the specified angle.
Syntax
Copy Code
|
|---|
TAN( Number n ) → Number |
If the angle is in degrees, multiply it by PI/180 or use the RADIANS function to convert it to radians.
Formula
Copy Code
|
|---|
=TAN(PI()) |
Function Reference
ATAN Function
ATAN2 Function
RADIANS Function
DEGREES Function
SIN Function
COS Function
PI Function