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:
parent
38b9eb1674
commit
8ab2410757
1 changed files with 2 additions and 0 deletions
|
@ -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")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue