Skip to content
Prev 42013 / 63435 Next

bug in sum() on integer vector

On 09/12/2011 1:40 PM, Herv? Pag?s wrote:
This is a 64 bit problem; in 32 bits things work out properly.   I'd 
guess in 64 bit arithmetic we or the run-time are doing something to 
simulate 32 bit arithmetic (since integers are 32 bits), but it looks as 
though we're not quite getting it right.

Duncan Murdoch