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
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
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
[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