Kenta Murata
Kenta Murata
@janlelis Adding the link to rubygems.org is OK. On the other hand, I don't know about stdgems.org. What is this site? While I saw [the page for bigdecimal in the...
@yui-knk You're right. I've made the issue for that (#19).
I'm working on supporting BigDecimal in `assert_in_delta` family assertions at https://github.com/test-unit/test-unit/pull/218.
I'm working on adding tests with higher precision at https://github.com/ruby/bigdecimal/pull/238
@rhannequin Although test-unit now supports BigDecimal in `assert_in_delta` family assertions, as tests of BigDecimal need to run also in Ruby's test-all, I have to let the test framework in Ruby's...
No. Do you know why the exception occurs in this condition?
@synth Very sorry too late response. When you are using ruby 2.7.x, you can use bigdecimal 3.x or 2.0.x. The reason why you want to use bigdecimal 1.3.5 is `BigDecimal.new`?...
Related issue: #80
Your understanding is correct right now. But I don't want to mention the detail algorithm how to generate the decimal notation in the documentation because it is not the specification...
@smidwap Thank you for reporting this issue. I'll investigate the details.