Bill Allombert on Sun, 20 Jun 2004 12:27:12 +0200


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

diviuexact


Hello PARI-dev,

Karim has started to use diviuexact in elliptic.c, but unfortunately
I forgot to implement it in the GMP kernel, so PARI did not build
anymore with the GMP kernel.

To fix that I added a function that just call divii(), as do
diviiexact().

However it would be nice to have an optimised version of them instead,
but it is not clear if GMP mpn interface allow it yet.

Cheers,
Bill.