Using GMP for BigIntegers.
Mark J. Roberts
mjr@statesmean.com
Tue Jan 30 12:19:00 GMT 2001
On 29 Jan 2001, Per Bothner wrote:
> ...JArray<jint>* x...
> carry += ((jlong) x[i] & 0xffffffffL);
Shouldn't that be elements(x)[i]? (And I also see jintArray is a synonym
for JArray<jint>*.)
Anyway, this (the former) approach is the one I'm going to take. I'll have
a working implementation in a day or two, then I'll have some of the local
C gurus look at it, and finally it'll come back around here.
--
Mark Roberts
mjr@statesmean.com
More information about the Java
mailing list