COSH function

Synopsis
This function returns the hyperbolic cosine of the specified hyperbolic angle, given in degrees.
Variations
COSH(Angle)
Returns the hyperbolic cosine of the specified hyperbolic angle.
Parameters
Angle

Specifies the hyperbolic angle, in degrees, from which to calculate the hyperbolic cosine.

Supported types: Numeric.
Returns
Returned types: Numeric.
Examples
1.

The following example returns 1.00015.

COSH(1)
2.

The following example returns 2.50918.

COSH(90)