Re: Overflowing (count ...)

2013-07-08 Thread Andy Fingerhut
5225.663 msecs" > -1294967296 > jenome.core> > > I can easily get around this with my own (non-overflowing) count function, > but would it make sense for count throw an ArithmeticException on overflow, > with *unchecked-math* set to false (as it is in my case)? > > C

Overflowing (count ...)

2013-07-07 Thread John Jacobsen
can easily get around this with my own (non-overflowing) count function, but would it make sense for count throw an ArithmeticException on overflow, with *unchecked-math* set to false (as it is in my case)? Curiously, John -- -- You received this message because you are subscribed to the Google G