plastic constant by murky-satyr

var p,k=BigInt(1+"0"*98)
for(_<-"_"*237)p=k*k*k/(p+k)/(p+k+k)
print("1."+p)

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

download

return to the top page