Displaying 3 results from an estimated 3 matches for "phalan".
Did you mean:
phalanx
2006 Feb 12
1
floor and ceiling can't handle more than 15 decimal places (PR#8590)
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.999999999999999)
[1] 6
> floor(6.9999999999999999)
[1] 7
There is a similar problem with ceiling, so this may apply...
2003 Jan 16
1
File System corruption
...tems
I'm running a 2.4.20 kernel and I'm aware (now) of the ext3 filesystem bugs
- this kernel wasn't patched with the bug fixes. Is it possible that one of
the bugs did the damage? Is there anything I can do about it?
Any thoughts or suggestions would be greatly appreciated,
Mark Phalan
2006 Feb 12
0
floor and ceiling can't handle more than 15 decimal pla (PR#8591)
On 12-Feb-06 benphalan at gmail.com 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.999999999999999)
> [1...