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