Skip to content
Prev 29932 / 63462 Next

(PR#12742) Different result with different order of binding

Thank you for the prompt reply.
 
Do you know why does MS-Excel give result that I expected?

Thanks,

Kyun-Seop BAE
Email: kyunseop.bae at gmail.com


-----Original Message-----
From: Prof Brian Ripley [mailto:ripley at stats.ox.ac.uk] 
Sent: Monday, September 08, 2008 1:53 AM
To: kyunseop.bae at gmail.com
Cc: R-bugs at r-project.org
Subject: Re: [Rd] (PR#12742) Different result with different order of
binding

FAQ 7.31 strikes again.

This is expected: you cannot do exact arithmetic on a binary computer if 
some of the quantities involved are not binary fractions (e.g. 1.3)

See also the warning in ?`==`: identical() is equally inappropiate for 
computed numerical quantities.
On Mon, 8 Sep 2008, kyunseop.bae at gmail.com wrote:

            
:
Unlikely, more likely you don't have identical() to test bit-level 
equality.