atan2
Retrieve the arctangent of an x-y coordinate pair
Syntax
atan2(arith_expr1, arith_expr2)
Arguments
arith_expr1 | An arithmetic expression providing the X coordinate. |
arith_expr2 | An arithmetic expression providing the Y coordinate. |
Description
This scalar numeric function retrieves the arctangent, in radians, of the specified x and y coordinates.