sinh

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

The function returns the hyperbolic sine of x.