tanh
From C/C++ Reference
tanh
Syntax:
#include <cmath> double tanh( double arg );
The function tanh() returns the hyperbolic tangent of arg.
Related topics:
From C/C++ Reference
#include <cmath> double tanh( double arg );
The function tanh() returns the hyperbolic tangent of arg.