| Commit message (Expand) | Author | Age | Files | Lines |
* | [tests] Use RND_LOOP. | vlefevre | 2021-01-31 | 1 | -1/+1 |
* | Copyright notice update: added 2021 with | vlefevre | 2021-01-03 | 1 | -1/+1 |
* | [tests] | vlefevre | 2020-03-12 | 1 | -6/+6 |
* | Copyright notice update: added 2020 with | vlefevre | 2020-01-08 | 1 | -1/+1 |
* | Updated the www.gnu.org URL's (http → https) on all the files with: | vlefevre | 2019-01-07 | 1 | -1/+1 |
* | Copyright notice update: added 2019 with | vlefevre | 2019-01-01 | 1 | -1/+1 |
* | Copyright notice update: added 2018 with | vlefevre | 2018-01-03 | 1 | -1/+1 |
* | [src/root.c] Completed fix from r11978, as x=-1 was affected too. Also | vlefevre | 2017-12-15 | 1 | -2/+6 |
* | [tests/troot.c] Replaced mpfr_root by TF (like in the other tests). | vlefevre | 2017-12-15 | 1 | -1/+1 |
* | [src/root.c] fixed bug when x=1 | zimmerma | 2017-12-14 | 1 | -0/+17 |
* | Disable the "deprecated" attribute of deprecated functions *only* for | vlefevre | 2017-12-05 | 1 | -0/+1 |
* | [tests/troot.c] | vlefevre | 2017-09-13 | 1 | -10/+19 |
* | [tests/troot.c] For the root(±0,k) tests, before calling the function, | vlefevre | 2017-09-13 | 1 | -3/+18 |
* | [tests/troot.c] Also check root(+0,42) and root(-0,17) for completeness. | vlefevre | 2017-09-13 | 1 | -1/+13 |
* | [tests/troot.c] Really check the sign of the result 0 (the old test | vlefevre | 2017-09-13 | 1 | -4/+9 |
* | New mpfr_rootn_ui function; mpfr_root deprecated. | vlefevre | 2017-09-13 | 1 | -44/+48 |
* | Merged the latest changes from the trunk. | vlefevre | 2017-01-01 | 1 | -1/+1 |
* | [tests] Define the RND_RAND_NO_RNDF and RND_LOOP_NO_RNDF macros, similar | vlefevre | 2016-07-22 | 1 | -1/+1 |
* | more work on branch faithful | zimmerma | 2016-06-22 | 1 | -1/+1 |
* | [tests/troot.c] Compare root(x,2^h) with pow(x,2^(-h)). | vlefevre | 2016-02-15 | 1 | -0/+53 |
* | Added bad_cases tests for mpfr_root. | vlefevre | 2016-02-15 | 1 | -0/+20 |
* | [tests/troot.c] In exact_powers, check negative values too. | vlefevre | 2016-02-05 | 1 | -16/+33 |
* | added a test for exact powers for mpfr_root | zimmerma | 2016-02-05 | 1 | -0/+41 |
* | fixed bug in mpfr_root and inefficiency problem with large k | zimmerma | 2016-02-05 | 1 | -10/+27 |
* | added code to compare mpfr_root with exp(log(x)/k) | zimmerma | 2016-02-05 | 1 | -1/+33 |
* | changed test_generic() calls to start from MPFR_PREC_MIN instead of 2; | zimmerma | 2016-02-05 | 1 | -1/+1 |
* | MPFR_PREC_MIN is now 1, in accordance with the next revision of IEEE-754 | zimmerma | 2016-02-04 | 1 | -1/+1 |
* | Replaced | vlefevre | 2016-02-04 | 1 | -1/+1 |
* | [tests/troot.c] Also check that root(0,0) is NaN to make sure that such | vlefevre | 2016-02-03 | 1 | -2/+17 |
* | [src/root.c,tests/troot.c] Removed obsolete code that was commented out; | vlefevre | 2016-02-03 | 1 | -44/+4 |
* | [tests/troot.c] Typo in a comment. | vlefevre | 2016-02-03 | 1 | -1/+1 |
* | [tests/troot.c] Added tests showing a bug in mpfr_root on large | vlefevre | 2016-02-03 | 1 | -1/+50 |
* | Copyright notice update: added 2016 with | vlefevre | 2016-01-01 | 1 | -1/+1 |
* | Copyright notice update: added 2015 with | vlefevre | 2015-02-13 | 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 |
* | [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 |
* | Copyright notice update: added 2011 with | vlefevre | 2011-01-17 | 1 | -1/+1 |
* | Replaced | vlefevre | 2010-07-30 | 1 | -1/+1 |
* | Changed mp_prec_t into mpfr_prec_t. | vlefevre | 2010-04-30 | 1 | -1/+1 |
* | 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 | -5/+5 |
* | GMP_RNDX -> MPFR_RNDX | zimmerma | 2009-03-03 | 1 | -43/+43 |
* | 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 |