Getting started
User guides
Administration guides
Reference guides
Resources
Updated Aug 04, 2022
Send us feedback
cosh
Returns the hyperbolic cosine of expr.
expr
cosh(expr)
expr: An expression that evaluates to a numeric.
A DOUBLE.
> SELECT cosh(0); 1.0
sinh function
cos function