Determines the hyperbolic tangent.
template<class T> complex<T> tanh (const complex<T>&);
Returns the hyperbolic tangent of the complex class argument.