diff options
-rw-r--r-- | attract.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -8,6 +8,10 @@ #include <assert.h> #include "lodepng.h" +#ifndef CMPLX +#define CMPLX(r,i) ((r) + (i)*I) +#endif + const int MAXITER=200; const double EPS=1e-1; |
index : attract | ||
Experimenting with attractor fractals | git daemon user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | attract.c | 4 |
@@ -8,6 +8,10 @@ #include <assert.h> #include "lodepng.h" +#ifndef CMPLX +#define CMPLX(r,i) ((r) + (i)*I) +#endif + const int MAXITER=200; const double EPS=1e-1; |