std::exp(std::complex)
From cppreference.com
                    
                                        
                    
                    
                                                            
                    | Defined in header <complex>
  | ||
| template< class T >  complex<T> exp( const complex<T>& z ); | ||
Compute e (Euler's number, 2.7182818) raised to the complex base-e exponential of x.
[edit] Parameters
| z | - | complex value | 
[edit] Return value
e raised to a complex power.
[edit] See also
| complex power, one or both arguments may be a complex number (function template) | |
| complex natural logarithm with the branch cuts along the negative real axis (function template) | |