ATAN2

Name

ATAN2 —
ATAN2(b1,b2)

Description

The ATAN2 function calculates the arc tangent of the two variables @b1 and @b2. It is similar to calculating the arc tangent of @b2 / @b1, except that the signs of both arguments are used to determine the quadrant of the result. The result is in radians.

Performing this function on a string or empty cell simply does nothing.

See also

ATAN , ATANH , COS , SIN , DEGREES , RADIANS