COSH
The COSH function returns the hyperbolic cosine of a number.
This function takes a single Number as input. It outputs that Number's hyperbolic cosine.
Declaration
Parameters
number (required, type: Number) The number to calculate the hyperbolic cosine of.
Return Values
hyperbolic_cosine (type: Number) The hyperbolic cosine of the given number.
Examples
The following example returns the hyperbolic cosine of 1:
Last updated