cos

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

The function returns the cosine of x.