This function returns the arccosine of number n. The result is between 0 and π.
acos::=
Number n must be in the interval [-1;1].
SELECT ACOS(0.5) ACOS;