atan2

Returns the arctangent of the x and y coordinates specified by "numeric_expression1" and "numeric_expression2", respectively, in radians. The returned angle will be between - and π radians, excluding π.

Syntax

atan2 ( numeric_expression1, numeric_expression2 )