mandelbrot-c Activity
Brought to you by:
kennethtucker
added log file comments to mandelbrot.c
Added logging of fractal parameters to an application named log file.
fprintf(fp, "# ./mandelbrot %lf %lf %lf %lf %d %d ", xmin, xmax, ymin, ymax, maxiter, xres);
Initial commit