This function returns the arctangent of number n. The result is between -π/2 and π/2.
n
-π/2
π/2
atan::=
SELECT ATAN(1);