ATAN2(x, y):Returns the arctangent of x and y : ATAN2 « Numeric Math Functions « Oracle PL / SQL






ATAN2(x, y):Returns the arctangent of x and y


SQL>
SQL> --ATAN2(x, y):Returns the arctangent of x and y.
SQL>
SQL> select ATAN2(1, -1) from dual;

ATAN2(1,-1)
-----------
 2.35619449

SQL>
           
       








Related examples in the same category

1.ATAN() and ATAN2() functions are return some the arctangent