mpir icon indicating copy to clipboard operation
mpir copied to clipboard

Multiple Precision Integers and Rationals

Results 22 mpir issues
Sort by recently updated
recently updated
newest added

I've upgraded mpir from 2.1.1 to 3.0.0 on our compilation servers (Linux and Solaris). All tests passed on Linux. However, on Solaris, some tests are failing: ```PASS: t-bswap PASS: t-constants...

bug

There is a new division free algorithm due to Bouvier and Zimmermann for binary to decimal conversion: http://hal.inria.fr/hal-00864293 This could speed up our string output function.

enhancement