| Commit message (Expand) | Author | Age | Files | Lines |
* | [tests/texp.c] Fixed the test comparing mpfr_exp_2 and mpfr_exp_3: | vlefevre | 2011-05-09 | 1 | -1/+3 |
* | Copyright notice update: added 2011 with | vlefevre | 2011-01-17 | 1 | -1/+1 |
* | Replaced | vlefevre | 2010-07-30 | 1 | -1/+1 |
* | New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t). | vlefevre | 2010-05-07 | 1 | -7/+7 |
* | Changed mp_prec_t into mpfr_prec_t. | vlefevre | 2010-04-30 | 1 | -4/+4 |
* | Copyright notice update: added 2010 with | vlefevre | 2010-01-20 | 1 | -1/+1 |
* | towards -> toward (consistency). | vlefevre | 2009-09-02 | 1 | -3/+3 |
* | Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3) | vlefevre | 2009-07-30 | 1 | -1/+1 |
* | mp_rnd_t -> mpfr_rnd_t | vlefevre | 2009-06-26 | 1 | -14/+14 |
* | GMP_RNDX -> MPFR_RNDX | zimmerma | 2009-03-03 | 1 | -149/+149 |
* | Update to LGPL v3+, as decided by the main MPFR developers. | vlefevre | 2009-03-03 | 1 | -4/+4 |
* | Untabified and deleted trailing spaces (for patches). | vlefevre | 2009-02-27 | 1 | -1/+1 |
* | added round to away (still experimental) | zimmerma | 2009-02-26 | 1 | -2/+3 |
* | speed.c, tests/texp.c: untabified. | vlefevre | 2009-02-19 | 1 | -1/+1 |
* | [texp.c] yet another better fix | zimmerma | 2009-02-17 | 1 | -4/+5 |
* | [texp.c] fixed previous patch and added comment | zimmerma | 2009-02-17 | 1 | -1/+3 |
* | [texp.c] fixed corner case test | zimmerma | 2009-02-17 | 1 | -1/+1 |
* | Added missing void's. | vlefevre | 2009-01-20 | 1 | -1/+1 |
* | Copyright notice update: added 2009 with | vlefevre | 2009-01-15 | 1 | -1/+1 |
* | Fixed remaining printf format strings. | vlefevre | 2009-01-14 | 1 | -1/+1 |
* | [tests] changes to make compilation work with g++ (only fixed errors, | zimmerma | 2008-11-20 | 1 | -2/+4 |
* | This is now GNU MPFR! | vlefevre | 2008-10-27 | 1 | -4/+4 |
* | Remove obsolete mpfr_random function and replace it by mpfr_urandomb in tests. | thevenyp | 2008-09-18 | 1 | -2/+2 |
* | tests/texp.c: improved an underflow test to trigger the bug fixed | vlefevre | 2008-08-14 | 1 | -20/+26 |
* | tests/texp.c: updated comment (the double-rounding bug triggered by | vlefevre | 2008-08-12 | 1 | -1/+2 |
* | tests/texp.c: updated underflow_up() test: added case exp(eps) ~= 1/2, | vlefevre | 2008-08-12 | 1 | -4/+61 |
* | tests/texp.c: improved comments in underflow_up(). | vlefevre | 2008-08-12 | 1 | -4/+14 |
* | tests/texp.c: added testcase for new bug found in mpfr_exp_2. | vlefevre | 2008-07-31 | 1 | -0/+39 |
* | tests/texp.c: added underflow tests to underflow_up; currently fail due | vlefevre | 2008-07-31 | 1 | -4/+93 |
* | tests/texp.c: updated comment concerning the bug fixed in r5469. | vlefevre | 2008-07-31 | 1 | -0/+1 |
* | tests/texp.c: completed a comment. | vlefevre | 2008-07-30 | 1 | -0/+2 |
* | tests/texp.c: updated underflow_up test of log(2^(emin - 1)) + eps: | vlefevre | 2008-07-30 | 1 | -22/+110 |
* | tests/texp.c: updated comment of underflow_up. | vlefevre | 2008-07-26 | 1 | -1/+1 |
* | tests/texp.c: added a test that shows incorrect underflow detection | vlefevre | 2008-07-25 | 1 | -0/+68 |
* | Clean-up and various changes to be able to build MPFR with g++. | vlefevre | 2008-06-09 | 1 | -7/+7 |
* | For the terminating null pointer of the functions mpfr_inits, | vlefevre | 2008-02-15 | 1 | -4/+4 |
* | Copyright notice update: added 2008 with | vlefevre | 2008-01-01 | 1 | -1/+1 |
* | fixed underflow problem in mpfr_exp_3 | zimmerma | 2007-11-30 | 1 | -27/+28 |
* | Added generic bad case tests. | vlefevre | 2007-08-31 | 1 | -0/+1 |
* | Improved generic tests by limiting the exponent range of the random | vlefevre | 2007-08-31 | 1 | -0/+2 |
* | No longer use MPFR_CHECK_ALL in tests. In '-dev' versions, assume | vlefevre | 2007-07-25 | 1 | -2/+1 |
* | Added code to check mpfr against Gonnet's tables when the environment variable | zimmerma | 2007-07-20 | 1 | -0/+3 |
* | exp.c: fixed problems in reduced exponent range. | vlefevre | 2007-06-21 | 1 | -0/+80 |
* | Corrected mpfr_inits, mpfr_inits2 and mpfr_clears calls with NULL | vlefevre | 2007-06-21 | 1 | -4/+4 |
* | Tests: when restoring the exponent range, save emin/emax first instead | vlefevre | 2007-06-21 | 1 | -4/+5 |
* | Added "Contributed by the Arenaire and Cacao projects, INRIA." to the | vlefevre | 2007-02-07 | 1 | -0/+1 |
* | Copyright notice update: added 2007. | vlefevre | 2007-01-10 | 1 | -1/+1 |
* | fixed bug in pow (isodd -> assertion failed) | zimmerma | 2006-11-19 | 1 | -8/+22 |
* | 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 |