Mega Code Archive

 
Categories / Oracle PLSQL / Numeric Math Functions
 

ASIN(1)

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