Mega Code Archive

 
Categories / Oracle PLSQL / Numeric Math Functions
 

ATAN(x)

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