| Commit message (Expand) | Author | Age | Files | Lines |
* | Use of the numberof macro. | vlefevre | 2014-01-23 | 1 | -1/+1 |
* | Copyright notice update: added 2014 with | vlefevre | 2014-01-03 | 1 | -1/+1 |
* | Use copyright year ranges, following | vlefevre | 2013-05-30 | 1 | -1/+1 |
* | Copyright notice update: added 2013 with | vlefevre | 2013-01-03 | 1 | -1/+1 |
* | Updated URL's of mailing-list archives/messages in all files | vlefevre | 2012-05-03 | 1 | -1/+1 |
* | [tests] Removed #include of headers already included via "mpfr-test.h" | vlefevre | 2012-02-24 | 1 | -3/+0 |
* | Changed Arenaire to AriC with: | vlefevre | 2012-01-10 | 1 | -1/+1 |
* | Copyright notice update: added 2012 with | vlefevre | 2012-01-10 | 1 | -1/+1 |
* | [tests/tatan.c] mpfr_set_emin -> set_emin (idem for emax) | zimmerma | 2011-11-09 | 1 | -4/+4 |
* | [tests/tatan.c] Corrected a comment. | vlefevre | 2011-05-04 | 1 | -1/+1 |
* | [tests/tatan.c] Added a testcase showing a failure of mpfr_atan | vlefevre | 2011-05-04 | 1 | -0/+47 |
* | [tests] Untabified and removed trailing spaces. | vlefevre | 2011-01-17 | 1 | -6/+6 |
* | Copyright notice update: added 2011 with | vlefevre | 2011-01-17 | 1 | -1/+1 |
* | Add tests for special case of atan2 (x power of 2). | lfousse | 2011-01-13 | 1 | -0/+37 |
* | 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 | -2/+2 |
* | Copyright notice update: added 2010 with | vlefevre | 2010-01-20 | 1 | -1/+1 |
* | 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 | -9/+9 |
* | tests/tatan.c: Add test triggering underflow (test coverage is now 100%). | thevenyp | 2009-05-22 | 1 | -0/+5 |
* | atan.c: expand exponent range when computing arctan(Inf) and arctan(+-1). | thevenyp | 2009-05-05 | 1 | -0/+68 |
* | tests/tatan.c: replaced GMP_RNDN by MPFR_RNDN. | vlefevre | 2009-05-04 | 1 | -3/+3 |
* | tests/tatan.c: added testcase for bug found by Christopher Creutzig | vlefevre | 2009-04-29 | 1 | -0/+21 |
* | [atan2.c,tatan.c] reduced Ziv's initial precision and added test to have | zimmerma | 2009-03-05 | 1 | -0/+3 |
* | GMP_RNDX -> MPFR_RNDX | zimmerma | 2009-03-03 | 1 | -83/+83 |
* | Update to LGPL v3+, as decided by the main MPFR developers. | vlefevre | 2009-03-03 | 1 | -4/+4 |
* | 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 |
* | Remove obsolete mpfr_random function and replace it by mpfr_urandomb in tests. | thevenyp | 2008-09-18 | 1 | -2/+2 |
* | For the terminating null pointer of the functions mpfr_inits, | vlefevre | 2008-02-15 | 1 | -6/+6 |
* | Copyright notice update: added 2008 with | vlefevre | 2008-01-01 | 1 | -1/+1 |
* | Fixed a bug (found by Robert Bajema) in mpfr_atan2, which can occur if | vlefevre | 2007-10-04 | 1 | -0/+35 |
* | Added generic bad case tests. | vlefevre | 2007-08-31 | 1 | -0/+1 |
* | tatan.c: added small-value tests in the other rounding modes. | vlefevre | 2007-08-28 | 1 | -0/+7 |
* | tatan.c: added a similar test, but with an exact division result. | vlefevre | 2007-08-28 | 1 | -2/+12 |
* | tatan.c: fixed test. | vlefevre | 2007-08-28 | 1 | -1/+2 |
* | tatan.c: updated comment. | vlefevre | 2007-08-28 | 1 | -1/+1 |
* | tatan.c: extended the latest testcase to any platform (e.g. 64 bits). | vlefevre | 2007-08-28 | 1 | -2/+6 |
* | tatan.c: added testcase from a bug reported by Christopher Creutzig. | vlefevre | 2007-08-28 | 1 | -0/+10 |
* | Fixed mpfr_inits and mpfr_clears calls in tests/tatan.c. | vlefevre | 2007-08-11 | 1 | -2/+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 |
* | atan2.c: quick-and-dirty fix for atan2(y,1) | zimmerma | 2007-07-18 | 1 | -5/+8 |
* | added test from Ch. Creutzig | zimmerma | 2007-07-18 | 1 | -0/+19 |
* | Corrected mpfr_inits, mpfr_inits2 and mpfr_clears calls with NULL | vlefevre | 2007-06-21 | 1 | -2/+2 |
* | Tests: when restoring the exponent range, save emin/emax first instead | vlefevre | 2007-06-21 | 1 | -2/+6 |
* | Added "Contributed by the Arenaire and Cacao projects, INRIA." to the | vlefevre | 2007-02-07 | 1 | -1/+1 |
* | Copyright notice update: added 2007. | vlefevre | 2007-01-10 | 1 | -1/+1 |
* | Fixed FSF address. | vlefevre | 2006-03-31 | 1 | -1/+1 |
* | Added ', Inc.' when missing after 'Free Software Foundation'. | vlefevre | 2006-01-05 | 1 | -1/+1 |