Closed Sumith1896 closed 8 years ago
Will IMath have functions like mpz_gcd and mpz_lcm implemented in future? (or is it already present?)
mpz_gcd
mpz_lcm
There are mp_int_gcd, mp_int_egcd, and mp_int_lcm defined in "imath.h".
mp_int_gcd
mp_int_egcd
mp_int_lcm
Will IMath have functions like
mpz_gcd
andmpz_lcm
implemented in future? (or is it already present?)