Skip to content

Instantly share code, notes, and snippets.

@Ben1980
Created February 21, 2019 20:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ben1980/66fe6922cc05d190dfb6a732fde9b4ce to your computer and use it in GitHub Desktop.
Save Ben1980/66fe6922cc05d190dfb6a732fde9b4ce to your computer and use it in GitHub Desktop.
struct Complex {
double real;
double imaginary;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment