exp

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

The function returns the exponential of x.