c:math:sinh

C++ Reference

sinh

Syntax:

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

The function sinh() returns the hyperbolic sine of arg.

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