COSH
Returns a DOUBLE PRECISION value that represents the hyperbolic cosine of the passed parameter.
Behavior Type
Syntax
COSH ( expression )
Parameters
expression |
An expression of type DOUBLE PRECISION |
Example
=> SELECT COSH(-1); COSH ------------------ 1.54308063481524