calculation of decimal by kozima

(setf *read-default-float-format*'long-float(long-float-digits)300)(loop(format t"~F
"(+ #1=(rationalize(read))(if(read)#1#)0L0)))

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

download

return to the top page