cosh functions


[Syntax]

double cosh(double x)

float coshf(float x)

long double coshl(long double x) [V2.01.00 or later]

[Description]

These functions calculate the hyperbolic cosine of x.

 

[Special case]

Condition

Return value

Exception

Overflow occurred

HUGE_VAL

ERANGE