Mega Code Archive

 
Categories / Oracle PLSQL / Numeric Math Functions
 

The ACOS() function is used to return the arccosine of the numeric expression passed to it

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