Mega Code Archive

 
Categories / Oracle PLSQL / Numeric Math Functions
 

The ASIN() function returns the arcsine of the numeric expression passed to it

Syntax:ASIN(<numeric expression>) SQL> SQL> SQL> SQL> SELECT   ASIN(.5) from dual;   ASIN(.5) ---------- .523598776 SQL> SQL>