Numeric Math Functions Oracle PLSQL

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