The Golden Ratio by teebee

enum G{G;java.math.BigDecimal a,b;int i;{for(a=b=a.ONE;i++<2e3;)a=b.add(b.divide(a,499,0));System.out.print(a);}}

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

download

return to the top page