summaryrefslogtreecommitdiff
path: root/tests/tgamma_inc.c
Commit message (Expand)AuthorAgeFilesLines
* Merged the latest changes from the trunk.vlefevre2017-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