ASIN(x):Returns the arcsine of x : ASIN « Numeric Math Functions « Oracle PL / SQL






ASIN(x):Returns the arcsine of x


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

  ASIN(-1)
----------
-1.5707963

SQL>

           
       








Related examples in the same category

1.ASIN(1)
2.The ASIN() function returns the arcsine of the passed to it.