| # | Line 46 | Line 46 | static interpolate(); | |
|---|---|---|
| 46 | static long xlim[3][2]; | |
| 47 | static double xarg[3]; | |
| 48 | ||
| 49 | < | #define EPSILON .0001 /* error allowed in fractal */ |
| 49 | > | #define EPSILON .001 /* error allowed in fractal */ |
| 50 | ||
| 51 | #define frand3(x,y,z) frand(17*(x)+23*(y)+29*(z)) | |
| 52 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |