Skip to content
Prev 20851 / 63421 Next

Numerical error in R (win32) (PR#8909)

teck.lim at imperial.ac.uk wrote:

            
This is not a bug.

Please read the R FAQ "Why doesn't R think these numbers are equal?" and 
after that note that *numerically* the following inaqualities are TRUE:
(3.2 - 3.15) > 0.05
(3.15 - 3.1) < 0.05

Uwe Ligges