Project

General

Profile

Actions

Backport #9316

closed

BigDecimal division in Ruby 2.1

Added by abernardes (Andre Bernardes) over 10 years ago. Updated about 10 years ago.

Status:
Closed
[ruby-core:59365]

Description

=begin
When updating an app to Ruby 2.1, and I ran into the following difference between ruby 2.0.0-p353 and ruby 2.1.0 when dividing two BigDecimals:

((Ruby 2.0.0p353:))
2.0.0p353 :002 > (BigDecimal.new("1472.0") / BigDecimal.new("0.99")).to_f
=> 1486.868686869

((Ruby 2.1.0p0:))
2.1.0p0 :006 > (BigDecimal.new("1472.0") / BigDecimal.new("0.99")).to_f
=> 1487.0
=end

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0Like0Like0Like0Like0Like0Like0Like0Like0Like0Like0Like0Like0