Re: [Rd] heatmap.2 in gplots (PR#8587)

2006-02-12 Thread Uwe Ligges
[EMAIL PROTECTED] wrote: > Full_Name: Shane Neph > Version: 2.2.1 > OS: mac os x > Submission from: (NULL) (71.113.43.247) > > > While I found the names of the package authors and maintainer, I was > unsuccessful in finding any contact information. This is not a bug in R, hence please do not po

[Rd] floor and ceiling can't handle more than 15 decimal places (PR#8590)

2006-02-12 Thread benphalan
Full_Name: Ben Phalan Version: 2.2.1 OS: Win XP Submission from: (NULL) (131.111.111.231) I have noticed that floor returns the wrong number when there are more than 15 decimal places: > floor(6.999) [1] 6 > floor(6.) [1] 7 There is a similar problem with ceiling, so

Re: [Rd] floor and ceiling can't handle more than 15 decimal pla (PR#8591)

2006-02-12 Thread ted . harding
On 12-Feb-06 [EMAIL PROTECTED] wrote: > Full_Name: Ben Phalan > Version: 2.2.1 > OS: Win XP > Submission from: (NULL) (131.111.111.231) > > > I have noticed that floor returns the wrong number when there are more > than 15 > decimal places: > >> floor(6.999) > [1] 6 >> floor(6.99

Re: [Rd] floor and ceiling can't handle more than 15 decimal pla

2006-02-12 Thread Ted Harding
On 12-Feb-06 [EMAIL PROTECTED] wrote: > Full_Name: Ben Phalan > Version: 2.2.1 > OS: Win XP > Submission from: (NULL) (131.111.111.231) > > > I have noticed that floor returns the wrong number when there are more > than 15 > decimal places: > >> floor(6.999) > [1] 6 >> floor(6.99