Variadic function for multiplications with mpz_t
Ha T. Lam
hatlam at gmail.com
Mon Jan 12 23:04:21 UTC 2015
I see, I didn't see gcd in the documentation. In fact, gcd is used as an
example for conversion:
https://gmplib.org/manual/C_002b_002b-Interface-General.html#C_002b_002b-Interface-General
I would like to help with documentation if possible, since I use GMP a lot.
Where should I start?
On Mon, Jan 12, 2015 at 2:56 PM, Marc Glisse <marc.glisse at inria.fr> wrote:
> On Mon, 12 Jan 2015, Ha T. Lam wrote:
>
> Unfortunately, there are a lot of GMP functions that are not available
>> with the wrapper class, e.g. invert, gcd, nextprime, (non-negative) mod,
>> etc.
>>
>
> At least gcd is available (I added it in June according to mercurial). My
> next goal is factorial. More functions will slowly come.
>
> --
> Marc Glisse
>
More information about the gmp-discuss
mailing list