#include #include "Complex2.h" using namespace std; int main(void) { Complex z(3, 4); cout << z.exp() << endl; return 0; }