home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / gfx / fract / fractalu / formulas / in-the-chaos1.form < prev    next >
Encoding:
Text File  |  1994-05-12  |  152 b   |  25 lines

  1. In-The-Chaos1
  2. {
  3.     {
  4.         x1=-4.0
  5.         x2= 4.0
  6.         y1=-4.0
  7.         y2= 4.0
  8.     }
  9.     {
  10.         c=pixel
  11.         z=pixel
  12.     }
  13.     {
  14.         z=z*z
  15.         z=z+c
  16.         t=cos(z)
  17.         w=cos(t)
  18.     }
  19.     {
  20.         w>t
  21.     }
  22.     {
  23.     }
  24. }
  25.