[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Bug c++/40186] floating point comparison is wrong ( !(a < b) && (b > a) is true )




------- Comment #7 from sliwa at cft dot edu dot pl  2009-05-18 14:52 -------
The case (a < b) && (b < a) shows that not discarding the extra precision
before performing a comparison leads to serious problems.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40186

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Reply to: