tan

Determines the tangent.

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

Returns the tangent of the complex class argument.