exp function template — Computes exponential
template<typename T> complex<T> exp(const complex<T>& z)
The exp function returns the exponential of z, that is, e z .
exp
z
e
exp function in <cmath>
<cmath>