The ATAN2 function returns
the arc tangent (inverse tangent) of two numeric variables. The result
of this function is similar to the result of calculating the arc tangent
of
argument-1 /
argument-2, except that the signs of both arguments
are used to determine the quadrant of the result. ATAN2 returns the
result in radians, which is a value between -
and
. If either of the arguments in ATAN2 is missing,
then ATAN2 returns a missing value.