Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include "Complex.hpp"
- using namespace std;
- Complex::Complex(double R, double I)
- {
- real=R;
- imag=I;
- }
RAW Paste Data