#include <time.h>
double cosh (double x);
float coshf(float x);
cosh() computes the hyperbolic cosine of x.
The hyperbolic cosine cosh(x). If the computation fails because the value is too large, the function returns HUGE_VAL and sets errno to ERANGE.