Exasol 6.2 is no longer supported, and this documentation is no longer maintained or updated.
This function returns the arctangent of two numbers n and m. The expression is equivalent to ATAN(n/m).
atan2::=
SELECT ATAN2(1,1) ATAN2;