summaryrefslogtreecommitdiff
path: root/tests/tgamma_inc.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright notice update: added 2021 withvlefevre2021-01-031-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
* [tests/tgamma_inc.c] improve coveragezimmerma2018-06-251-2/+15
* [tests/tgamma_inc.c] added coverage testzimmerma2018-06-251-0/+25
* [src/gamma.c] added commentzimmerma2018-06-251-0/+97
* Copyright notice update: added 2018 withvlefevre2018-01-031-1/+1
* Copyright notice update: added 2017 withvlefevre2017-01-011-1/+1
* added tests for negative integer azimmerma2016-02-171-0/+42
* reduce the time of tgamma_inczimmerma2016-02-171-3/+1
* now mpfr_gamma_inc(a,x) also works for 'a' a negative integerzimmerma2016-02-171-2/+90
* [tests/tgamma_inc.c] Added a TODO.vlefevre2016-02-121-0/+2
* reduced a test with large argumentszimmerma2016-02-121-2/+2
* [tests/tgamma_inc.c] C++/C99 comment → C89 comment.vlefevre2016-02-111-1/+1
* fixed the call to mpfr_eint() in gamma_inc, added some tests for gamma_inczimmerma2016-02-091-1/+37
* more work on gamma_inc (only remains the case a=0 and x>0 to implement)zimmerma2016-02-051-0/+12
* Replacedvlefevre2016-02-041-1/+1
* allow tgamma x prec to print gamma(x) to prec bitszimmerma2016-01-171-0/+1
* [tests/tgamma_inc.c] Portability correction.vlefevre2016-01-171-2/+2
* first version of incomplete Gamma function (work in progress)zimmerma2016-01-161-0/+88