Re: Suggest patch to math.clj - integer-length

2009-03-30 Thread Konrad Hinsen
On Mar 30, 2009, at 11:57, Mark Engelberg wrote: > This brings up an interesting question. Does Java guarantee that on > all architectures and all future versions that Integers will be 32-bit > and Longs will be 64-bit? > > I think the answer is yes, that this is part of the specification, but >

Re: Suggest patch to math.clj - integer-length

2009-03-30 Thread Mark Engelberg
This brings up an interesting question. Does Java guarantee that on all architectures and all future versions that Integers will be 32-bit and Longs will be 64-bit? I think the answer is yes, that this is part of the specification, but I'm not certain. --~--~-~--~~~-