7.12.5.4 The cosh functions

Synopsis

1

#include <math.h>
double cosh(double x);
float coshf(float x);
long double coshl(long double x);

Description

2

The cosh functions compute the hyperbolic cosine of x. A range error occurs if the magnitude of x is too large.

Returns

3

The cosh functions return cosh x.