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