mathematic complexity of inertia, the

james morris 13:28:19 tuesday 16th november 2010

  494  mandelbulber
  495  mdz
  496  gdb ./mdz-0.0.
  497  cd Projects/MDZ/src/
  498  ls
  499  ./mdz
  500  mdz
  501  dict forsaken
  502  dict errant
  503  history | tail

  493  mplayer AlphaTree.mov
  494  mandelbulber
  495  mdz
  496  gdb ./mdz-0.0.
  497  cd Projects/MDZ/src/
  498  ls
  499  ./mdz
  500  mdz
  501  gzip mathematical_complexity_of_inertia_the.txt
  502  history | tail

    for (wz = 1; wz <= depth; ++wz)
    {
        wim = 2.0 * wre * wim + c_im;
        if (wz % 2) /* if iteration count is odd */
            wre = fabsl(wre2 - wim2) + c_re; /* generalized celtic */
        else
            wre = wre2 - wim2 + c_re;         /* mandelbrot */
        wim2 = wim * wim;
        wre2 = wre * wre;
        if (wim2 + wre2 > 4.0F)
            return wz;
    }
-- 
http://www.fractalforums.com/index.php?action=gallery;sa=view;id=4268
-- 
_
: http://jwm-art.net/
-audio/image/text/code/

Attachment: mathematical_complexity_of_inertia_the.txt.gz
Description: GNU Zip compressed data

_______________________________________________
NetBehaviour mailing list
[email protected]
http://www.netbehaviour.org/mailman/listinfo/netbehaviour

Reply via email to