Returns the arctangent, or inverse tangent, of the specified number. The arctangent is the angle whose tangent is the specified number. The returned angle is given in radians in the range [-π/2…π/2].
Syntax
![]() |
---|
ATAN( Number n ) → Number |
To express the arctangent in degrees, multiply the result by 180/PI or use the DEGREES function.
Formula
![]() |
---|
=ATAN(1) |
Function Reference
ATAN2 Function
TAN Function
PI Function
RADIANS Function
DEGREES Function