Go to the first, previous, next, last section, table of contents.


cosh

Syntax

#include <math.h>

double cosh(double x);

Return Value

The hyperbolic cosine of x.

Portability

ANSI, POSIX


Go to the first, previous, next, last section, table of contents.