The COSH() function returns the hyperbolic cosine of a given value. It's a hyperbolic function that calculates symmetric exponential behavior, mathematically expressed as COSH(x) = (e^x + e^(-x)) / 2. The function accepts any real number and returns a value greater than or equal to 1. It describes the natural shape of a hanging chain or cable, known as a catenary curve.

This function can be useful to model how forecast uncertainty grows symmetrically in both directions around a central rolling average.

COSH(Value)

ArgumentData typeDescription
ValueNumber

The numeric value for which you want to calculate the hyperbolic cosine.

The input can be any finite number.

The COSH() function returns a numeric value greater than or equal to 1.

This function is only available in the Polaris Calculation Engine.

COSH(1)

Returns NaN when Angle is NaN.

FormulaResult
COSH(4)27.31
COSH(EXP(1))7.61