COSH Function

Returns the hyperbolic cosine of an angle.

Syntax

COSH( angle)

Parameters

Name Required/Optional Data Type Description
angle
Required
Numeric
The angle of which to get the hyperbolic cosine.

Remarks

The COSH function uses radians unless you specify a different unit of measure in angle.

Example

COSH(45 deg)

Returns 1.3246.