sinh

Determines the hyperbolic sine.

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

Returns the hyperbolic sine of the complex class argument.