BrianGladman / mpir

Multiple Precision Integers and Rationals
GNU General Public License v3.0
75 stars 36 forks source link

MPIR.Net to use mpz_get_2exp_d #11

Closed adyache closed 5 years ago

adyache commented 5 years ago

Switched MPIR.Net HugeInt.ToDouble(out exp) method to use mpz_get_2exp_d instead of mpz_get_d_2exp.

This should be the last change to bring MPIR.Net up to date.