The Golden Ratio by letter

class A{public static void main(String[]s){java.math.BigDecimal b=b.valueOf(1),a=b;for(int i=0;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