ATAN

The ATAN function returns the inverse tangent (arctangent) of a number.

ATAN(num)

num: A number value.

Notes

Examples

=ATAN(1) returns the angle measure 0.785398163397448 radians (45 degrees), which has a tangent of 1.

=DEGREES(ATAN(1)) returns 45.

See also
ATAN2
ATANH
DEGREES
TAN
TANH