We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac7daa5 commit 79c09b4Copy full SHA for 79c09b4
test/bigdecimal/test_bigdecimal.rb
@@ -973,7 +973,7 @@ def test_div
973
assert_raise_with_message(FloatDomainError, "Computation results in '-Infinity'") { BigDecimal("-1") / 0 }
974
end
975
976
- def test_dev_precision
+ def test_div_precision
977
bug13754 = '[ruby-core:82107] [Bug #13754]'
978
a = BigDecimal('101')
979
b = BigDecimal('0.9163472602589686')
0 commit comments