Project

General

Profile

Actions

Bug #1841

closed

Float internal problem in ruby1.9.2dev (2009-07-18)

Added by Eregon (Benoit Daloze) over 14 years ago. Updated almost 13 years ago.

Status:
Rejected
Assignee:
-
Target version:
ruby -v:
ruby 1.9.2dev (2009-07-18) [i386-mswin32_90]
Backport:
[ruby-core:24620]

Description

=begin
ruby 1.9.1 and earlier

729/10.0
=> 72.9

ruby 1.9.2dev (2009-07-18) [i386-mswin32_90]
build this morning with VC++Express08

729/10.0
=> 72.90000000000001
or even
72.9
=> 72.90000000000001

72.9 == 72.90000000000001
=> true

Is it just a problem with Float#to_s ?
=end


Related issues 1 (0 open1 closed)

Related to Ruby master - Bug #3365: floats revisited (see bug 1841)Rejected05/30/2010Actions
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0Like0Like0