Concentric Circles by teebee

puts"%f\n"*300%(1..$$).map{|i|Math.hypot(i>>5,i&31)}.sort.uniq

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

download

return to the top page