This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Using GMP for BigIntegers.
"Mark J. Roberts" <mjr@statesmean.com> writes:
> 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>*.)
Correct.
> Anyway, this (the former) approach is the one I'm going to take.
Cool.
--
--Per Bothner
per@bothner.com http://www.bothner.com/~per/