Skip to content
Prev 42051 / 63435 Next

bug in sum() on integer vector

I agree that where the overflow occurs is not critical (one can go back to cumsum and find
out). I am assuming that Uwe still wants to know there has been an overflow at some point
i.e., a warning. This could become more "interesting" as parallel computation causes
different summation orderings on sums of large numbers of items.

JN
On 12/14/2011 03:58 PM, Uwe Ligges wrote: