cosh

Hyperbolic cosine

double cosh (
        double x
)

Arguments

x Argument in radians

Return value

The hyperbolic cosine of x (cos(x)) is returned.

Explanation

The hyperbolic cosine of x is calculated and its value is returned.

See Also

sinh(), tanh()