ACOS Function

The ACOS function returns the arc cosine of a numeric expression.

The following example returns the arc cosine of the value (-0.73) in radians:
SELECT ACOS(-0.73) FROM anglestbl;