| Commit message (Expand) | Author | Age | Files | Lines |
* | Copyright notice update: added 2009 with | vlefevre | 2009-01-15 | 1 | -1/+1 |
* | This is now GNU MPFR! | vlefevre | 2008-10-27 | 1 | -4/+4 |
* | Copyright notice update: added 2008 with | vlefevre | 2008-01-01 | 1 | -1/+1 |
* | Defined new macros SIGN and SAME_SIGN in mpfr-impl.h to canonicalize | vlefevre | 2007-05-29 | 1 | -2/+2 |
* | lngamma.c: fixed problem of tiny inputs in lngamma (still remains lgamma | zimmerma | 2007-05-29 | 1 | -6/+7 |
* | erf.c: removed workaround to mpfr_div_ui bug, as the bug is now fixed. | vlefevre | 2007-05-29 | 1 | -4/+1 |
* | README.dev: fixed typo | zimmerma | 2007-05-29 | 1 | -8/+77 |
* | Copyright notice update: added 2007. | vlefevre | 2007-01-10 | 1 | -1/+1 |
* | added tests for overflows or underflows | zimmerma | 2006-10-26 | 1 | -2/+0 |
* | Fixed FSF address. | vlefevre | 2006-03-31 | 1 | -1/+1 |
* | Updated the copyright notices according to the new GNU rules on: | vlefevre | 2006-01-05 | 1 | -1/+1 |
* | Removed trailing spaces (better for future patches, as such spaces | vlefevre | 2005-08-18 | 1 | -2/+2 |
* | Converted tabs to spaces with expand. | vlefevre | 2005-08-18 | 1 | -9/+9 |
* | Change the address of the FSF. | pelissip | 2005-06-02 | 1 | -2/+2 |
* | Replace mpfr_can_round (..., GMP_RNDN, GMP_RNDZ, ...) to fast replacement | pelissip | 2005-03-14 | 1 | -2/+1 |
* | Log input and ouput of functions. | pelissip | 2005-02-15 | 1 | -0/+3 |
* | Clean up code. | pelissip | 2005-02-14 | 1 | -60/+50 |
* | Updated copyright lines. | vlefevre | 2005-01-28 | 1 | -1/+1 |
* | Remove unused code. | pelissip | 2005-01-04 | 1 | -151/+4 |
* | Replace __gmpfr_ceil_log2 by MPFR_INT_CEIL_LOG2 when possible. | pelissip | 2004-11-10 | 1 | -4/+4 |
* | improved coverage test | zimmerma | 2004-02-12 | 1 | -10/+5 |
* | + Better support of non IEEE doubles. | pelissip | 2004-02-06 | 1 | -3/+1 |
* | fixed bugs in atan cbrt erf | zimmerma | 2004-01-27 | 1 | -11/+15 |
* | added several hard-coded tests (and fixed bugs found) | zimmerma | 2004-01-22 | 1 | -21/+8 |
* | Fix some bugs (Use MPFR_ASSERT(1) instead of MPFR_ASSERT(0)) | pelissip | 2003-11-05 | 1 | -3/+4 |
* | + Remove MPFR_CLEAR_NAN and MPFR_CLEAR_INF. Only use MPFR_CLEAR_FLAGS. | pelissip | 2003-11-04 | 1 | -3/+3 |
* | Use of MPFR_UNLIKELY and MPFR_IS_SINGULAR for fast detection of special value... | pelissip | 2003-10-28 | 1 | -13/+14 |
* | Merged the mpfr-2-0-2-branch changes to the trunk. | vlefevre | 2003-10-17 | 1 | -20/+29 |
* | replaced mpfr_can_round (approx, err, rnd1, GMP_RNDN, prec) | zimmerma | 2003-10-14 | 1 | -5/+8 |
* | improved error analysis on erf | zimmerma | 2003-06-13 | 1 | -2/+2 |
* | Fixed a few bugs concerning special values, code simplified. | vlefevre | 2003-06-12 | 1 | -19/+4 |
* | added error function | zimmerma | 2003-06-12 | 1 | -0/+368 |