summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
...
* Remove obsolete mpfr_random function and replace it by mpfr_urandomb in tests.thevenyp2008-09-181-1/+1
* final got rid of generic.c (bug 6199)zimmerma2008-09-161-1/+1
* Changes related to thread-local variables / TLS support.vlefevre2008-01-231-1/+1
* rec_sqrt.c: complete rewrite, to allow to use directly the MPFR internalzimmerma2008-01-151-1/+1
* Makefile.am: add mpfr_printf-like functionsthevenyp2007-11-231-1/+1
* add dilogarithm functionthevenyp2007-10-161-1/+1
* merge fmod, remaider and remquo into a single file rem1.c.thevenyp2007-09-281-1/+1
* new fmod functionthevenyp2007-09-261-1/+1
* new mpfr_sinh_cosh functionthevenyp2007-09-211-1/+1
* new function mpfr_modf and add restrictions on mpfr_sin_cos' variablesthevenyp2007-09-131-1/+1
* new arithmetic functions with a double argumentthevenyp2007-09-071-1/+1
* Makefile.am: fixed get_patches rule.vlefevre2007-09-021-1/+1
* Makefile.am: cd $(srcdir) before executing get_patches.sh (thanks tovlefevre2007-09-021-1/+6
* Implemented changes suggested invlefevre2007-08-131-1/+1
* Makefile.am: added a comment about "get_patches.c".vlefevre2007-08-021-0/+5
* No longer set "CLEANFILES = get_patches.c" in Makefile.am so that avlefevre2007-08-021-1/+1
* Added support for tracking applied patches with new functionvlefevre2007-07-301-2/+7
* Moved mpfr-test.h into the tests directory.vlefevre2007-07-251-1/+1
* jyn_asympt.c: new common file for asymptotic expansion in jn/ynzimmerma2007-07-251-1/+1
* Makefile.am: updated comment concerning -version-info.vlefevre2007-07-011-2/+3
* Added mpfr_fms based on mpfr_fma.vlefevre2007-07-011-1/+1
* 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