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