tanh()
Syntax:
#include <math.h> double tanh( double arg );
Description:
The function tanh() returns the hyperbolic tangent of arg.
Related Topics:
asin(), acos(), atan(), cosh(), atan2(), tan(), sin(), cos(), sinh()
#include <math.h> double tanh( double arg );