Issue #206 has been reported by Anonymous. ---------------------------------------- Bug #206: BigDecimal precision in divmod http://redmine.ruby-lang.org/issues/show/206 Author: Anonymous Status: Open Priority: Normal Assigned to: Category: Target version: In some cases the precision of BigDecimal#divmod is not high enough, for example: BigDecimal('1').divmod(BigDecimal('3E-9'))[0] #=> 0.3E9, # but really should be 0.333333333E9 More examples on these can be found in Rubyspec: spec/ruby/1.8/library/bigdecimal/divmod_spec.rb:101 This is behavior is present in 1.8.6 and 1.8.7 ---------------------------------------- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://redmine.ruby-lang.org/my/account