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