Jump to content

Julia set: Difference between revisions

m
→‎{{header|Raku}}: work around concurrency problems with recent Raku
mNo edit summary
m (→‎{{header|Raku}}: work around concurrency problems with recent Raku)
Line 2,449:
 
sub julia ( $png ) {
^$w .race.map: -> $x {
for ^$h -> $y {
my $z = Complex.new(($x - $w / 2) / $w * 3, ($y - $h / 2) / $h * 2);
10,333

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.