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