#include #include double xmin = -2; double xmax = 1; double ymin = -1; double ymax = 1; int escapes(double cr, double ci, int it) { double zr = 0; double zi = 0; double zrtmp; int i; for(i=0; i 4) { return 1; } } return 0; } int main(int argc, char **argv) { int iters, xstep, ystep; int xc, yc; double x, y; xstep = atoi(argv[1]); ystep = atoi(argv[2]); iters = atoi(argv[3]); for(yc=0; yc