function acos(expression)

acos() returns the arccosine of the expression, in radians.

Arguments:
expression: A numeric expression that represents the angle in radians.

Example Query:
    RETURN acos(0.5)