c:math:tanh

C++ Reference

tanh

Syntax:

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

The function tanh() returns the hyperbolic tangent of arg.

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