summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Add mpfr_uintmax_p and mpfr_intmax_p.pelissip2004-09-291-1/+1
* New functions mpfr_get_sj and mpfr_get_uj, with tests.vlefevre2004-09-271-1/+1
* Add mpfr_strtofr function.pelissip2004-09-201-1/+1
* Move __gmpfr_isqrt and __gmpfr_cuberoot to another file.pelissip2004-08-231-1/+1
* Add MPFR_INT_CEIL_LOG2 macro and __gmpfr_int_ceil_log2 functionpelissip2004-08-231-1/+1
* Added mpfr-longlong.h to libmpfr_a_SOURCES so that it is distributedvlefevre2004-07-281-1/+1
* Added mpfr-gmp.h to libmpfr_a_SOURCES so that it is distributedvlefevre2004-07-281-1/+1
* Add function mpfr_sqr (TODO: Make doc)pelissip2004-07-201-1/+1
* Add preliminary generic code to handle cached const.pelissip2004-04-211-1/+1
* Add mpfr_zero_p.pelissip2004-04-201-1/+1
* Add mpz_set_fr function and its test.pelissip2004-03-161-1/+1
* Add new functions:pelissip2004-03-151-1/+1
* Add mpfr_set_si_2exp and mpfr_set_ui_2exp and their tests.pelissip2004-03-091-1/+1
* Add mpfr_cmp_ld and its testpelissip2004-03-091-1/+1
* Add mpfr_add_si, mpfr_sub_si, mpfr_si_sub, mpfr_mul_si, mpfr_div_si andpelissip2004-03-091-1/+1
* Add mpfr_free_cache.pelissip2004-02-231-1/+1
* + Add mpfr_add1sp which provides addition when all the operands have the same...pelissip2004-02-121-1/+1
* Added mpfr_sum function.pelissip2004-02-061-1/+1
* + Better support of non IEEE doubles.pelissip2004-02-061-1/+1
* Moved the mpfr_mpn_exp function to a new file "mpn_exp.c" as it isvlefevre2004-01-191-1/+1
* Fix bug of sub1sp.c on sparck.pelissip2004-01-071-1/+1
* Added mpfr_version function and test.vlefevre2004-01-061-1/+1
* removed unused target "tests"zimmerma2003-12-161-3/+0
* (EXTRA_DIST): Add round_raw_generic.c.ryde2003-12-151-1/+1
* + Add function mpfr_print_mantissa_binary, for debugging reason.pelissip2003-12-091-1/+1
* Added mpfr_exp10 function.vlefevre2003-12-051-1/+1
* + Add new internal function: mpfr_check.pelissip2003-11-211-1/+1
* Add a real function for mpfr_sgn (not a call to mpfr_cmp_ui_2exp).pelissip2003-11-051-1/+1
* added MAKEINFOFLAGS = --enable-encoding to get 8-bit characters in mpfr.infozimmerma2003-09-241-0/+2
* New functions mpfr_inits, mpfr_inits2 and mpfr_clears to initialize orvlefevre2003-09-111-1/+1
* (libmpfr_a_SOURCES): Remove mpfr-math.h.ryde2003-06-241-1/+1
* added error functionzimmerma2003-06-121-1/+1
* Added cmp_d/tcmp_d.hanrot2003-05-131-1/+1
* added Riemann Zeta function (contribution from Jean-Luc Re'my)zimmerma2003-04-111-1/+1
* new functions mpfr_fits_* and mpfr_get_ui/sizimmerma2003-02-131-1/+1
* (libmpfr_a_SOURCES): Add volatile.c.ryde2003-01-251-1/+1
* Move log_b2.h from include_HEADERS to libmpfr_a_SOURCES, it doesn'tryde2003-01-181-2/+2
* added log_b2.h in include_HEADERSzimmerma2003-01-161-1/+1
* (libmpfr_a_SOURCES): Remove rnd_mode.c.ryde2002-11-291-1/+1
* added cbrtzimmerma2002-10-181-1/+1
* Removed log_b2.h as it doesn't seem to be necessary.vlefevre2002-10-161-1/+1
* added mpfr_get_ld and tests for set_ld/get_ldzimmerma2002-10-161-2/+2
* added mpfr_set_ld and test filezimmerma2002-10-151-1/+1
* Functions mpfr_greater_p, mpfr_greaterequal_p, mpfr_less_p,vlefevre2002-07-281-1/+1
* Use AUTOMAKE_OPTIONS = gnu [suggested by Kevin Ryde]vlefevre2002-07-281-0/+2
* New internal functions mpfr_setmin and mpfr_setmax.vlefevre2002-07-261-1/+1
* Function mpfr_frac and tests added.vlefevre2002-07-241-1/+1
* New functions mpfr_get_exp and mpfr_set_exp.vlefevre2002-07-041-1/+1
* Patch by Kevin Ryde (and Vincent Lefevre).vlefevre2002-06-081-1/+1
* added mpfr_gamma in libmpfrzimmerma2002-06-051-1/+1