cosh

Calculates the hyperbolic cosine.

double cosh (double x);

Required Header
<math.h>

Return Value

This function returns the hyperbolic cosine of a double in radians.

Parameters

x

  The value to be converted

Remarks

The cosh function calculates the hyperbolic cosine of x to 15 digits of precision.

Mathematics

See Also    asin, acos, atan, atan2, sin, cos, tan, sinh, tanh, cot