COSH

The COSH function returns the hyperbolic cosine of the number passed as an argument.

Syntax

COSH(
    number
)

Parameters
  • number: Number from which you want to obtain the hyperbolic cosine.
Returned value

The COSH function returns a real number.

Additional Information

The hyperbolic cosine function has the following graph:

COSH
Examples

In this example the hyperbolic cosine of the number -1.02 is calculated:

COSH function. Example of use

Related functions
Category
Mathematical and trigonometric
Submitted by admin on Tue, 12/04/2018 - 12:40