#include <math.h>
double cosh (double x );
double cosh
The cosh function computes the hyperbolic cosine of x. A range error occurs if the magnitude of x is too large.
The cosh function returns the hyperbolic cosine value.