Description:
Return the hyperbolic cosine.
Syntax:
cosh(number)
Note:
The function computes the hyperbolic cosine.
Parameter:
number |
A real number. |
Return value:
Numeric value
Example:
cosh(4) |
27.308232836016487 |