Actions
Bug #1841
closedFloat internal problem in ruby1.9.2dev (2009-07-18)
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
Actions
Like0
Like0Like0Like0Like0Like0Like0