New functions to implement: - mpfr_mul_mpz, mpfr_div_mpz Miscellaneous: - implement a C++ wrapper [see with Torbjo"rn and/or Fabrice] - in all functions that do rounding, return an int indicating if the result is exact (i.e. no bit was lost) or not (like in mpfr_div_ui) - detect overflow/underflow in exponent (from Ben Hinkle ) - specify exponent size (suggestion from Ben Hinkle ) - add mpfr_get_ld for 'long double' [asked by J-C Fauge`re] ? (exists since K&R, but has not necessarily a greater precision than double) cf http://anubis.dkuug.dk/jtc1/sc22/wg14/www/docs/n869/ - from Kevin Ryde : Also for pi.c, a pre-calculated compiled-in pi to a few thousand digits would be good value I think. After all, say 10000 bits using 1250 bytes would still be small compared to the code size! - from Kevin Ryde : Determine the exp2/exp3 thresholds using tune/tuneup.c. - add a description of the algorithms used - add undef's in mpf2mpfr.h to avoid warnings