c:math:tanh From C++ Reference previous page next page 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 previous page start next page