Getting started
User guides
Administration guides
Reference guides
Resources
Updated Aug 18, 2022
Send us feedback
acos
Returns the inverse cosine (arccosine) of expr.
expr
acos(expr)
expr: A numeric expression.
A DOUBLE. if the argument is out of bounds, NaN is returned.
> SELECT acos(1); 0.0 > SELECT acos(2); NaN
cos function
acosh function