Name

exp function template — Computes exponential

Synopsis

template<typename T> complex<T> exp(const complex<T>& z)

The exp function returns the exponential of z, that is, e z .