summaryrefslogtreecommitdiff
path: root/tests/tdigamma.c
Commit message (Expand)AuthorAgeFilesLines
* [tests/tdigamma.c] Use mpfr_cmp_ui0 to detect NaN.vlefevre2021-02-151-1/+1
* [src/digamma.c] fixed a bug in mpfr_digamma_reflection when the approximationszimmerma2021-02-151-0/+21
* [tests/tdigamma.c] Latest test: also check the flags.vlefevre2021-02-081-0/+2
* [tests/tdigamma.c] Moved the r14399 test to its own test function.vlefevre2021-02-081-9/+19
* [src/digamma.c] fixed bug in mpfr_digamma_positive when t-u is zerozimmerma2021-02-081-0/+9
* [src/digamma.c] Fix: increased GUARD from 20 to 30.vlefevre2021-02-081-5/+6
* [tests/tdigamma.c] Added testcase for a bug found by test_generic.vlefevre2021-02-061-0/+41
* Copyright notice update: added 2021 withvlefevre2021-01-031-1/+1
* [tests/tdigamma.c] Increase the number of tests.vlefevre2020-06-141-1/+1
* Copyright notice update: added 2020 withvlefevre2020-01-081-1/+1
* Updated the www.gnu.org URL's (http → https) on all the files with:vlefevre2019-01-071-1/+1
* Copyright notice update: added 2019 withvlefevre2019-01-011-1/+1
* Copyright notice update: added 2018 withvlefevre2018-01-031-1/+1
* Copyright notice update: added 2017 withvlefevre2017-01-011-1/+1
* changed test_generic() calls to start from MPFR_PREC_MIN instead of 2;zimmerma2016-02-051-1/+1
* Replacedvlefevre2016-02-041-1/+1
* Copyright notice update: added 2016 withvlefevre2016-01-011-1/+1
* Copyright notice update: added 2015 withvlefevre2015-02-131-1/+1
* Copyright notice update: added 2014 withvlefevre2014-01-031-1/+1
* Use copyright year ranges, followingvlefevre2013-05-301-1/+1
* Copyright notice update: added 2013 withvlefevre2013-01-031-1/+1
* [tests] Removed #include of headers already included via "mpfr-test.h"vlefevre2012-02-241-3/+0
* Changed Arenaire to AriC with:vlefevre2012-01-101-1/+1
* Copyright notice update: added 2012 withvlefevre2012-01-101-1/+1
* Updated AUTHORS file and copyright notices (for more consistency).vlefevre2011-05-181-0/+2
* Copyright notice update: added 2011 withvlefevre2011-01-171-1/+1
* Replacedvlefevre2010-07-301-1/+1
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* tests/tdigamma.c: added missing void in prototype.vlefevre2009-09-081-3/+2
* [digamma.c] forgot to set sign for Psi(+Inf)zimmerma2009-09-081-0/+26
* [data/digamma] unitary test file for mpfr_digammazimmerma2009-09-021-0/+2
* [digamma.c] new function mpfr_digammazimmerma2009-09-021-0/+39