tanh() function in C++ STL
The tanh() is an inbuilt function in C++ STL which returns the hyperbolic tangent of an angle given in radians. Syntax : tanh(data_type x)Parameter :The function accepts one mandatory parameter x which specifies the hyperbolic angle in radian. The parameter can be of double, float or long double dat