This function returns the arctangent of two numbers n and m. The expression is equivalent to ATAN(n/m).
n
m
ATAN(n/m)
atan2::=
SELECT ATAN2(1,1) ATAN2;