numeric digits 101;pull n a;x=1;do 108;x=x+(a/x**n-1)*x/n;end;say x-1e-100
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page