Concentric Circles by jpl

puts"%6f\n"*300%(1..$$).map{|x|((x%30)**2+(x/30)**2)**0.5}.sort.uniq

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page