This project is closed and read-only.
Actions
Bug #922
closedFloat == is false when should be true
Bug #922:
Float == is false when should be true
Description
=begin
In irb on Ruby 1.8.6 (ruby 1.8.6 (2007-09-24 patchlevel 111) [i486-linux]) and 1.8.7 (ruby 1.8.7 (2008-08-11 patchlevel 72) [i486-linux])
896.5 * 0.83
=> 744.095
896.5 * 0.83 == 744.095
=> false
=end
Actions