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






ASIN(1)



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

   ASIN(1)
----------
1.57079633

SQL>
           
       








Related examples in the same category

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