summaryrefslogtreecommitdiff
path: root/src/digamma.c
Commit message (Expand)AuthorAgeFilesLines
* [src/digamma.c] Use MPFR_NOTZERO instead of !MPFR_IS_ZERO.vlefevre2021-02-151-1/+1
* [src/digamma.c] fixed a bug in mpfr_digamma_reflection when the approximationszimmerma2021-02-151-13/+14
* [src/digamma.c] Added a comment about the bug fixed in r14399.vlefevre2021-02-081-0/+2
* [src/digamma.c] Use MPFR_NOTZERO instead of !MPFR_IS_ZERO.vlefevre2021-02-081-1/+1
* [src/digamma.c] fixed bug in mpfr_digamma_positive when t-u is zerozimmerma2021-02-081-15/+18
* [src/digamma.c] Fix: increased GUARD from 20 to 30.vlefevre2021-02-081-1/+1
* [src/digamma.c] Punctuation in a comment.vlefevre2021-02-071-1/+1
* [src/digamma.c] fixed bug20210206zimmerma2021-02-071-5/+19
* [src/digamma.c] Added a FIXME for mpfr_digamma_positive: q can bevlefevre2021-02-061-0/+1
* [src/digamma.c] In mpfr_digamma_positive, log the value of q.vlefevre2021-02-061-0/+2
* [src/digamma.c] In mpfr_digamma_positive, do not compute the precision qvlefevre2021-02-061-12/+12
* [src/digamma.c] In mpfr_digamma_positive, added an assertion, as avlefevre2021-02-061-1/+7
* Copyright notice update: added 2021 withvlefevre2021-01-031-1/+1
* [src/digamma.c] fixed bug found while testing mpfr-4.1.0-rc1zimmerma2020-06-141-1/+4
* [src/digamma.c] Added a FIXME.vlefevre2020-06-141-0/+4
* [src/digamma.c] Replaced mpfr_get_exp by MPFR_GET_EXP.vlefevre2020-06-141-4/+4
* [src/digamma.c]vlefevre2020-06-141-16/+18
* 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
* Replaced mpfr_mul_2exp & mpfr_div_2exp by mpfr_mul_2ui & mpfr_div_2ui,vlefevre2018-04-171-3/+3
* changed mpfr_mul (a, b, b, ...) into mpfr_sqr (a, b, ...) whenever possiblezimmerma2018-03-151-2/+2
* Copyright notice update: added 2018 withvlefevre2018-01-031-1/+1
* Copyright notice update: added 2017 withvlefevre2017-01-011-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
* implement cache for Bernoulli numbers (patch from Patrick Pélisser)zimmerma2014-02-131-11/+2
* use asymptotic expansion for large positive argumentzimmerma2014-02-041-4/+16
* [src/*.c] Replaced mpfr_set_divby0 by the faster MPFR_SET_DIVBY0,vlefevre2014-01-211-1/+1
* [src/digamma.c] FIXME: for x large, use the asymptotic expansion.vlefevre2014-01-171-0/+4
* [src/digamma.c] Added 2 MPFR_LOG_FUNC's.vlefevre2014-01-171-1/+8
* Copyright notice update: added 2014 withvlefevre2014-01-031-1/+1
* Applied patch 3 by Ondřej Bílka with some manual corrections,vlefevre2013-07-221-1/+1
* Use copyright year ranges, followingvlefevre2013-05-301-1/+1
* Copyright notice update: added 2013 withvlefevre2013-01-031-1/+1
* [src/digamma.c] Correction: assertions must never have any side effect.vlefevre2012-06-261-1/+2
* Changed Arenaire to AriC with:vlefevre2012-01-101-1/+1
* Copyright notice update: added 2012 withvlefevre2012-01-101-1/+1
* [digamma.c] fixed compiler warning (ISO C90 forbids mixed declarations and code)zimmerma2011-03-181-1/+1
* Get rid of deprecated register_printf_function function in logging system.thevenyp2011-03-171-0/+5
* Copyright notice update: added 2011 withvlefevre2011-01-171-1/+1
* Added support for the division-by-zero exception in functionsvlefevre2011-01-171-0/+1
* Source reorganization. In short:vlefevre2010-08-171-0/+372