The cosh function

Name

cosh -- 

Synopsis

#include <math.h>

double cosh (double x );

Description

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

Returns

The cosh function returns the hyperbolic cosine value.