From: Benoit Daloze Date: 2009-07-30T23:32:45+09:00 Subject: [ruby-core:24620] [Bug #1841] Float internal problem in ruby1.9.2dev (2009-07-18) Bug #1841: Float internal problem in ruby1.9.2dev (2009-07-18) http://redmine.ruby-lang.org/issues/show/1841 Author: Benoit Daloze Status: Open, Priority: Normal Category: core, Target version: 1.9.2 ruby -v: ruby 1.9.2dev (2009-07-18) [i386-mswin32_90] 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 ? ---------------------------------------- http://redmine.ruby-lang.org