Defined in header <complex> template< class T >
complex<T> exp( const complex<T>& z );
Compute base-e exponential of z, that is e (Euler's number, 2.7182818) raised to the z power.
Parameters
z - complex value
Return value
If no errors occur, e raised to the power of z, ez, is returned.
Error handling and special values
Errors are reported consistent with math_errhandling.
If the implementation supports IEEE floating-point arithmetic,