ATAN(-1) : ATAN « Numeric Math Functions « Oracle PL / SQL






ATAN(-1)


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

  ATAN(-1)
----------
-.78539816

SQL>
           
       








Related examples in the same category

1.ATAN(x):Returns the arctangent of x