This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Phaw! This certainly needs cleaning up, but it does work. | |
#include <complex> | |
#include <iostream> | |
#include <cmath> | |
using namespace std; | |
typedef long double R; | |
typedef complex<double> cplex; |