Skip to content
Prev 39122 / 63424 Next

R 2.12.1 Windows 32bit and 64bit - are numerical differences expected?

On 11-02-10 6:37 AM, Graham Williams wrote:
I think our goal is that those results should be as close as possible. 
R uses the same precision in both 32 bit and 64 bit; the differences are 
all in pointers, not floating point values.

However, the two versions use different run-time libraries, and it is 
possible that there are precision differences coming from there.  I 
think we'd be interested in knowing what they are even if they are 
beyond our control, so I would appreciate it if you could track down 
where the difference arises.

Duncan Murdoch