Re: [Rd] Bug in seq() (PR#13849)

2009-07-24 Thread Uwe Ligges
Please read how to report bugs (with recent version of R!) and read the FAQs (in thsi case FAQ "Why doesn't R think these numbers are equal?") and the mailing list archives before. Uwe Ligges jeremiah.co...@gmail.com wrote: Full_Name: Jeremiah Cohen Version: 2.9.0 OS: Windows XP Submission

Re: [Rd] Bug in seq() (PR#13849)

2009-07-24 Thread Duncan Murdoch
On 7/23/2009 3:30 PM, jeremiah.co...@gmail.com wrote: Full_Name: Jeremiah Cohen Version: 2.9.0 OS: Windows XP Submission from: (NULL) (129.59.230.235) This is not a bug, it is yet another variation of FAQ 7.31. Duncan Murdoch I believe there is a bug in the seq() function for certain value

[Rd] Bug in seq() (PR#13849)

2009-07-24 Thread jeremiah . cohen
Full_Name: Jeremiah Cohen Version: 2.9.0 OS: Windows XP Submission from: (NULL) (129.59.230.235) I believe there is a bug in the seq() function for certain values of the "from" argument. Here are examples: > seq(-.2, .1, .1) [1] -0.2 -0.1 0.0 0.1 > seq(-.3, .1, .1) [1] -3.00e-01 -2.00e