Mega Code Archive

 
Categories / Oracle PLSQL / Numeric Math Functions
 

ASIN(x)

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