summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* added mpfr_remquo and mpfr_remainderzimmerma2007-05-021-1/+1
* added Bessel functions of second kind (y0, y1, yn_si)zimmerma2007-03-311-1/+1
* added Bessel functions of first kind: j0, j1, jnzimmerma2007-03-221-1/+1
* Removed log_b2.h (has never been used) from the repository and fromvlefevre2007-01-101-1/+1
* remove new rootrem implementation (unclear copyright status)zimmerma2006-12-211-1/+1
* Makefile.am: fixed libtool's -version-info flag (and comment).vlefevre2006-11-241-2/+2
* added new (preliminary) conversions functions to/from decimal64zimmerma2006-11-051-1/+1
* improved mpfr_root, using the new mpn_rootrem code written with Torbjo"rnzimmerma2005-10-051-1/+1
* Updated libmpfr_la_LDFLAGS (note: it shouldn't be incremented againvlefevre2005-09-281-3/+3
* new function mpfr_zeta_ui for integer argumentzimmerma2005-09-231-1/+1
* added lngammazimmerma2005-08-311-1/+1
* Reintroduce the computing of the dependencies.pelissip2005-08-121-1/+1
* Add first version of MPFR stack interface.pelissip2005-07-261-1/+1
* Remove mpfr_sub_one_ulp from MPFR library.pelissip2005-06-061-1/+1
* Remove mpfr_add_one_ulp from MPFR library.pelissip2005-06-061-1/+1
* Add support for MPFR_GROUP functions.pelissip2005-06-021-1/+1
* Extract constants (__gmpfr_one, two and four) from log.c to constant.cpelissip2005-05-171-1/+1
* Add new internal function mpfr_round_near_x.pelissip2005-05-131-1/+1
* Add functions mpfr_sech, mpfr_coth and mpfr_csch.pelissip2005-05-041-2/+2
* added mpfr_eintzimmerma2005-04-301-1/+1
* The FAQ is now distributed with MPFR. Use update-faq to update itvlefevre2005-04-291-1/+1
* added sec, csc, cotzimmerma2005-04-221-1/+1
* added mpfr_root, removed from TODOzimmerma2005-04-221-1/+1
* adjusted initial guard digits for const_catalan to avoid failure for prec<=10^4zimmerma2005-04-201-1/+1
* Add function mpfr_subnormalize (To Test!!!!!)pelissip2005-04-131-1/+1
* Add function mpfr_atan2pelissip2005-04-041-1/+1
* Add function mpfr_erfc.pelissip2005-03-311-1/+1
* Add new internal function mpfr_round_p which is a fast replacementpelissip2005-03-141-1/+1
* Add '-v' for tuneup.pelissip2005-03-091-1/+1
* new function mpfr_get_fzimmerma2005-03-081-1/+1
* Add tune for mpfr_mulhighpelissip2005-03-071-1/+1
* Add tune program for MPFR.pelissip2005-02-241-0/+13
* Clean up configure (more simplier).pelissip2005-02-111-1/+1
* Add support for Shared Library in MPFR (both Unix and Windows) by using libtool.pelissip2005-02-081-6/+20
* Add experimental logging feature.pelissip2005-02-021-1/+1
* Add new function mpfr_pow_z and its test file.pelissip2005-01-241-1/+1
* Remove mpfr_save_emin_emax and mpfr_restore_emin_emaxpelissip2004-11-181-1/+1
* 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