The ACOS() function is used to return the arccosine of the passed to it.
Syntax: ACOS(<numeric expression>) SQL> SQL> SELECT ACOS(.5) from dual; ACOS(.5) ---------- 1.04719755