| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | final got rid of generic.c (bug 6199) | zimmerma | 2008-09-16 | 1 | -1/+1 |
* | Changes related to thread-local variables / TLS support. | vlefevre | 2008-01-23 | 1 | -1/+1 |
* | rec_sqrt.c: complete rewrite, to allow to use directly the MPFR internal | zimmerma | 2008-01-15 | 1 | -1/+1 |
* | Makefile.am: add mpfr_printf-like functions | thevenyp | 2007-11-23 | 1 | -1/+1 |
* | add dilogarithm function | thevenyp | 2007-10-16 | 1 | -1/+1 |
* | merge fmod, remaider and remquo into a single file rem1.c. | thevenyp | 2007-09-28 | 1 | -1/+1 |
* | new fmod function | thevenyp | 2007-09-26 | 1 | -1/+1 |
* | new mpfr_sinh_cosh function | thevenyp | 2007-09-21 | 1 | -1/+1 |
* | new function mpfr_modf and add restrictions on mpfr_sin_cos' variables | thevenyp | 2007-09-13 | 1 | -1/+1 |
* | new arithmetic functions with a double argument | thevenyp | 2007-09-07 | 1 | -1/+1 |
* | Makefile.am: fixed get_patches rule. | vlefevre | 2007-09-02 | 1 | -1/+1 |
* | Makefile.am: cd $(srcdir) before executing get_patches.sh (thanks to | vlefevre | 2007-09-02 | 1 | -1/+6 |
* | Implemented changes suggested in | vlefevre | 2007-08-13 | 1 | -1/+1 |
* | Makefile.am: added a comment about "get_patches.c". | vlefevre | 2007-08-02 | 1 | -0/+5 |
* | No longer set "CLEANFILES = get_patches.c" in Makefile.am so that a | vlefevre | 2007-08-02 | 1 | -1/+1 |
* | Added support for tracking applied patches with new function | vlefevre | 2007-07-30 | 1 | -2/+7 |
* | Moved mpfr-test.h into the tests directory. | vlefevre | 2007-07-25 | 1 | -1/+1 |
* | jyn_asympt.c: new common file for asymptotic expansion in jn/yn | zimmerma | 2007-07-25 | 1 | -1/+1 |
* | Makefile.am: updated comment concerning -version-info. | vlefevre | 2007-07-01 | 1 | -2/+3 |
* | Added mpfr_fms based on mpfr_fma. | vlefevre | 2007-07-01 | 1 | -1/+1 |
* | added mpfr_remquo and mpfr_remainder | zimmerma | 2007-05-02 | 1 | -1/+1 |
* | added Bessel functions of second kind (y0, y1, yn_si) | zimmerma | 2007-03-31 | 1 | -1/+1 |
* | added Bessel functions of first kind: j0, j1, jn | zimmerma | 2007-03-22 | 1 | -1/+1 |
* | Removed log_b2.h (has never been used) from the repository and from | vlefevre | 2007-01-10 | 1 | -1/+1 |
* | remove new rootrem implementation (unclear copyright status) | zimmerma | 2006-12-21 | 1 | -1/+1 |
* | Makefile.am: fixed libtool's -version-info flag (and comment). | vlefevre | 2006-11-24 | 1 | -2/+2 |
* | added new (preliminary) conversions functions to/from decimal64 | zimmerma | 2006-11-05 | 1 | -1/+1 |
* | improved mpfr_root, using the new mpn_rootrem code written with Torbjo"rn | zimmerma | 2005-10-05 | 1 | -1/+1 |
* | Updated libmpfr_la_LDFLAGS (note: it shouldn't be incremented again | vlefevre | 2005-09-28 | 1 | -3/+3 |
* | new function mpfr_zeta_ui for integer argument | zimmerma | 2005-09-23 | 1 | -1/+1 |
* | added lngamma | zimmerma | 2005-08-31 | 1 | -1/+1 |
* | Reintroduce the computing of the dependencies. | pelissip | 2005-08-12 | 1 | -1/+1 |
* | Add first version of MPFR stack interface. | pelissip | 2005-07-26 | 1 | -1/+1 |
* | Remove mpfr_sub_one_ulp from MPFR library. | pelissip | 2005-06-06 | 1 | -1/+1 |
* | Remove mpfr_add_one_ulp from MPFR library. | pelissip | 2005-06-06 | 1 | -1/+1 |
* | Add support for MPFR_GROUP functions. | pelissip | 2005-06-02 | 1 | -1/+1 |
* | Extract constants (__gmpfr_one, two and four) from log.c to constant.c | pelissip | 2005-05-17 | 1 | -1/+1 |
* | Add new internal function mpfr_round_near_x. | pelissip | 2005-05-13 | 1 | -1/+1 |
* | Add functions mpfr_sech, mpfr_coth and mpfr_csch. | pelissip | 2005-05-04 | 1 | -2/+2 |
* | added mpfr_eint | zimmerma | 2005-04-30 | 1 | -1/+1 |
* | The FAQ is now distributed with MPFR. Use update-faq to update it | vlefevre | 2005-04-29 | 1 | -1/+1 |
* | added sec, csc, cot | zimmerma | 2005-04-22 | 1 | -1/+1 |
* | added mpfr_root, removed from TODO | zimmerma | 2005-04-22 | 1 | -1/+1 |
* | adjusted initial guard digits for const_catalan to avoid failure for prec<=10^4 | zimmerma | 2005-04-20 | 1 | -1/+1 |
* | Add function mpfr_subnormalize (To Test!!!!!) | pelissip | 2005-04-13 | 1 | -1/+1 |
* | Add function mpfr_atan2 | pelissip | 2005-04-04 | 1 | -1/+1 |
* | Add function mpfr_erfc. | pelissip | 2005-03-31 | 1 | -1/+1 |
* | Add new internal function mpfr_round_p which is a fast replacement | pelissip | 2005-03-14 | 1 | -1/+1 |
* | Add '-v' for tuneup. | pelissip | 2005-03-09 | 1 | -1/+1 |
* | new function mpfr_get_f | zimmerma | 2005-03-08 | 1 | -1/+1 |