in reply to Re: Re: (Golf) Mandelbrot Fractal
in thread (Golf) Mandelbrot Fractal
UPDATE:Removed single line version cause it screws up some peoples screen layout.
Or a little better formattedmap{$i=$_/20-1;map{$r=$j=$_/20-2.3;$z=$i;$b=$";($m=$r*$r)+($n=$z*$z)>4 +? $b="+":($z=2*$r*$z+$i,$r=$m-$n+$j)for a..iv;print$b}0..59;print$/}0..3 +9
Yves / DeMerphq
---
Writing a good benchmark isnt as easy as it might look.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: Re: (Golf) Mandelbrot Fractal
by YuckFoo (Abbot) on May 08, 2002 at 19:11 UTC | |
by belg4mit (Prior) on May 08, 2002 at 20:10 UTC |