tanh

Determines the hyperbolic tangent.

  template<class T> 
  complex<T> tanh (const complex<T>&);
  
Remarks

Returns the hyperbolic tangent of the complex class argument.