Re: [Rd] logical operator and addition (PR#10665)

2008-01-31 Thread ripley
This seems another instance of FAQ Q7.31 > 0.6 - (0.4 + 0.2) [1] -1.110223e-16 On Wed, 30 Jan 2008, [EMAIL PROTECTED] wrote: > Full_Name: Nicolas Simonis > Version: 2.6.1 > OS: windows > Submission from: (NULL) (155.52.10.223) > > > Very funny bug : (rather a very common FAQ, when asked as a q

Re: [Rd] logical operator and addition (PR#10665)

2008-01-31 Thread Duncan Murdoch
[EMAIL PROTECTED] wrote: > Full_Name: Nicolas Simonis > Version: 2.6.1 > OS: windows > Submission from: (NULL) (155.52.10.223) > > > Very funny bug : > > >> 0.6<0.6 >> > [1] FALSE > >> 0.6<0.4+0.2 >> > [1] TRUE > > I don't see a bug here, I see failure to read FAQ 7.31. The valu

[Rd] logical operator and addition (PR#10665)

2008-01-31 Thread nicolas_simonis
Full_Name: Nicolas Simonis Version: 2.6.1 OS: windows Submission from: (NULL) (155.52.10.223) Very funny bug : > 0.6<0.6 [1] FALSE > 0.6<0.4+0.2 [1] TRUE control : > 0.7<0.7 [1] FALSE > 0.7<0.4+0.3 [1] FALSE With R 2.6.1 windows. it's not doing it with R 2.3.1 linux... __