Using GMP for BigIntegers.

Mark J. Roberts mjr@statesmean.com
Tue Jan 30 14:52:00 GMT 2001


On 30 Jan 2001, Per Bothner wrote:

> > Anyway, this (the former) approach is the one I'm going to take.
>
> Cool.

You use Java's unsigned right shift operator (>>> and >>>=) about 12 times
in your code. How should I translate this to C++?

Also,

rshift (jintArray idest, jintArray ix, jint x_start, jint len, jint count)

and

lshift (jintArray idest, jint d_offset, jintArray ix, jint len, jint count)

don't have GMP counterparts AFAIK.


-- 
Mark Roberts
mjr@statesmean.com



More information about the Java mailing list