cosh functions


[Syntax]

double cosh(double x)

float coshf(float x)

[Description]

These functions calculate the hyperbolic cosine of x.

 

[Special case]

Condition

Return value

Exception

Overflow occurred

HUGE_VAL

ERANGE