7.12.5.4 The cosh functions
Synopsis
#include <math.h>
double cosh(double x);
float coshf(float x);
long double coshl(long double x);
Description
The cosh functions compute the hyperbolic cosine of x. A range error occurs if the magnitude of x is too large.
Returns
The cosh functions return cosh x.