// mandelbrot.h void mandel(double xmin, double xmax, int xstep, double ymin, double ymax, int ystep, int iters);