|
expfunction template
<complex>
template<class T> complex<T> exp (const complex<T>& x); Return exponential of complex Returns the base-e exponential of the complex number x.This overloads cmath's exp function. Parameters
Return valueExponential of x.See also
|