mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
parent
d77f2ff5b4
commit
506728d0b8
1 changed files with 1 additions and 1 deletions
|
@ -973,7 +973,7 @@ class TestBigDecimal < Test::Unit::TestCase
|
||||||
assert_raise_with_message(FloatDomainError, "Computation results in '-Infinity'") { BigDecimal("-1") / 0 }
|
assert_raise_with_message(FloatDomainError, "Computation results in '-Infinity'") { BigDecimal("-1") / 0 }
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_dev_precision
|
def test_div_precision
|
||||||
bug13754 = '[ruby-core:82107] [Bug #13754]'
|
bug13754 = '[ruby-core:82107] [Bug #13754]'
|
||||||
a = BigDecimal('101')
|
a = BigDecimal('101')
|
||||||
b = BigDecimal('0.9163472602589686')
|
b = BigDecimal('0.9163472602589686')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue