SQL> --ATAN(x):Returns the arctangent of x.SQL>SQL>SQL> select ATAN(-1) from dual; ATAN(-1)-----------.78539816SQL>