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