The Golden Ratio by flagitious

|b c|b:=c:=1.
1to:2e3do:[:q|b:=c+(c:=b)].stdout<<'1.'<<(c*(10 raisedTo:499)//b)!

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

download

return to the top page