cosh

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

The function returns the hyperbolic cosine of x.