calculation of decimal by shinh

#!ruby -naF\+ -rbigdecimal
a,b=$F.map{|_|BigDecimal::new(_,99)}
puts (a+b).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