cos

Determines the cosine.

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

Returns the cosine of the complex class argument.