c:math:cosh

C++ Reference

cosh

Syntax:

    #include <cmath>
    double cosh( double arg );

The function cosh() returns the hyperbolic cosine of arg.

Related Topics: acos, asin, atan, atan2, cos, sin, sinh, tan, tanh