function atan(expression1, expression2)
atan2() returns the arctangent2 of a set of coordinates, in radians.
Arguments:
expression1: A numeric expression for y that represents the angle in radians.
expression2: A numeric expression for x that represents the angle in radians.
Example Query:
RETURN atan2(0.5, 0.6)