| # | Line 35 | Line 35 | double *noise3(), noise3coef(), argument(), frand(); | |
|---|---|---|
| 35 | static long xlim[3][2]; | |
| 36 | static double xarg[3]; | |
| 37 | ||
| 38 | < | #define EPSILON .005 /* error allowed in fractal */ |
| 38 | > | #define EPSILON .0001 /* error allowed in fractal */ |
| 39 | ||
| 40 | #define frand3(x,y,z) frand((long)((12.38*(x)-22.30*(y)-42.63*(z))/EPSILON)) | |
| 41 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |