Exasol 6.2 is no longer supported, and this documentation is no longer maintained or updated.
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;