sin

Determines the sine.

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

Returns the sine of the complex class argument.