sin

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

The function returns the imaginary sine of x.