MathCosh

Returns the hyperbolic cosine of the number.

double  MathCosh(
   double  value      // number
   );

Parameters

value

[in]  Value.

Return Value

The hyperbolic cosine of the number, value within the range of +1 to positive infinity.

Note

Instead of the MathCosh() function you can use the cosh() function.