Skip to content

Instantly share code, notes, and snippets.

View hughesjs's full-sized avatar

James H hughesjs

  • Spektrix
  • Scotland
View GitHub Profile
#include <iostream>
#include <complex>
#define MAX 200
using namespace std;
#define M_PI 3.1415926535897932384
int log2(int N) /*function to calculate the log2(.) of int numbers*/
{