1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

limit inserted.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4460 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
shigek 2003-08-29 13:34:00 +00:00
parent 38b9eb1674
commit 8ab2410757

View file

@ -16,6 +16,8 @@ def rd_order
n = gets().chomp.to_i n = gets().chomp.to_i
end end
BigDecimal::limit(100)
zero = BigDecimal::new("0.0") zero = BigDecimal::new("0.0")
one = BigDecimal::new("1.0") one = BigDecimal::new("1.0")