summaryrefslogtreecommitdiff
path: root/src/gamma_inc.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright notice update: added 2021 withvlefevre2021-01-031-1/+1
* Updated URLs.vlefevre2020-09-101-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
* [src/gamma.c] added commentzimmerma2018-06-251-3/+3
* Copyright notice update: added 2018 withvlefevre2018-01-031-1/+1
* Copyright notice update: added 2017 withvlefevre2017-01-011-1/+1
* [src/gamma_inc.c] Improved assertions.vlefevre2016-02-171-9/+7
* now mpfr_gamma_inc(a,x) also works for 'a' a negative integerzimmerma2016-02-171-9/+183
* [src/gamma_inc.c] Detect internal overflow in order to avoid takingvlefevre2016-02-121-1/+4
* [src/gamma_inc.c] Improved type consistency to avoid integer overflow.vlefevre2016-02-111-2/+2
* [src/gamma_inc.c] Added some assertions to detect integer overflow.vlefevre2016-02-111-1/+8
* added formula for gamma_inc(-n,x)zimmerma2016-02-101-0/+4
* fixed the call to mpfr_eint() in gamma_inc, added some tests for gamma_inczimmerma2016-02-091-2/+5
* now mpfr_eint(x) returns E1(x) for negative xzimmerma2016-02-081-3/+4
* more work on gamma_inczimmerma2016-02-061-6/+2
* [src/gamma_inc.c] Corrected protection against integer overflowvlefevre2016-02-051-1/+2
* [src/gamma_inc.c] Added protection against integer overflowvlefevre2016-02-051-4/+4
* more work on gamma_inc (only remains the case a=0 and x>0 to implement)zimmerma2016-02-051-25/+66
* Replacedvlefevre2016-02-041-1/+1
* added comment about gamma_inczimmerma2016-02-041-1/+4
* [src/gamma_inc.c] Added assertions.vlefevre2016-02-041-0/+2
* more work on gamma_inczimmerma2016-02-041-17/+17
* fixed some special values for gamma_inczimmerma2016-02-041-5/+19
* [src/gamma_inc.c] Use MPFR_ARE_SINGULAR.vlefevre2016-01-191-78/+81
* deal with the case where one of a or x is not regularzimmerma2016-01-191-2/+105
* [src/gamma_inc.c] Various corrections.vlefevre2016-01-171-12/+17
* first version of incomplete Gamma function (work in progress)zimmerma2016-01-161-0/+146