calculation of decimal by kaki

#!ruby -palrbigdecimal
$_=$F.inject(0){|r,i|r+BigDecimal(i)}.to_s"f"

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

download

return to the top page