home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / f / fractal112 / !Fractal / Resources / mandelform < prev    next >
Text File  |  1996-09-11  |  77b  |  4 lines

  1.    Mandelbrot(XAXIS) = {
  2.       z = Pixel:  z = sqr(z) + pixel, |z| <= 4
  3.    }
  4.