summaryrefslogtreecommitdiff
path: root/src/gamma.c
Commit message (Expand)AuthorAgeFilesLines
* 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-0/+2
* Copyright notice update: added 2018 withvlefevre2018-01-031-1/+1
* [src/gamma.c] Got rid of the EXPM1_STR macro (macro name reservedvlefevre2017-05-161-11/+9
* [src/gamma.c] Clarified proof for tiny arguments again.vlefevre2017-05-021-6/+8
* [src/gamma.c] Clarified proof for tiny arguments.vlefevre2017-05-021-2/+9
* [src/gamma.c] In the proof for tiny arguments:vlefevre2017-05-021-2/+3
* [src/gamma.c] Tiny arguments: corrected a typo and added a TODOvlefevre2017-04-281-1/+4
* [src/gamma.c] Corrections in a proof for tiny arguments. Added a TODO.vlefevre2017-04-281-12/+18
* Copyright notice update: added 2017 withvlefevre2017-01-011-1/+1
* [src/gamma.c] Added another assertion.vlefevre2016-02-171-1/+6
* [src/gamma.c] Added assertions and a comment.vlefevre2016-02-171-1/+4
* [src/gamma.c] Removed useless saved_flags as flags are already savedvlefevre2016-02-171-7/+0
* previous commit was incompletezimmerma2016-02-171-1/+7
* fixed bug in mpfr_gamma: flags might be corrupted in case the argument waszimmerma2016-02-171-0/+6
* 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
* forgot to restore the exponents in last commitzimmerma2014-02-121-1/+4
* improve mpfr_gamma at around 1000 bitszimmerma2014-02-121-0/+4
* [src/*.c] Replaced mpfr_set_divby0 by the faster MPFR_SET_DIVBY0,vlefevre2014-01-211-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
* [gamma.c] simplified mpfr_gamma_1_minus_x_exact() after code coverage analysiszimmerma2012-06-251-7/+7
* [gamma.c] simplified code for mpfr_gamma_2_minus_x_exact() (thanks to coveragezimmerma2012-06-251-3/+6
* [src/lngamma.c] Added mpfr_explgamma internal function to handlevlefevre2012-05-071-15/+14
* [src/gamma.c] Corrected the FIXME comment concerning the underflowvlefevre2012-05-031-5/+4
* [src/gamma.c] Added a FIXME comment: the underflow detection may stillvlefevre2012-05-031-3/+6
* [src/gamma.c] Completed the explanation concerning the new underflowvlefevre2012-05-031-1/+3
* [src/gamma.c] Removed the FIXME comment (from r8169).vlefevre2012-05-031-6/+0
* [src/gamma.c] Untabified.vlefevre2012-05-031-10/+10
* [gamma.c] tentative fix for the underflow problemzimmerma2012-05-031-0/+12
* [src/gamma.c] Added a FIXME comment.vlefevre2012-04-271-0/+6
* [src/gamma.c] Use the new MPFR_DBGRES macro.vlefevre2012-04-271-2/+2
* [src/gamma.c] fixed bug found by Giridhar Tammanazimmerma2012-04-261-1/+1
* Changed Arenaire to AriC with:vlefevre2012-01-101-1/+1
* Copyright notice update: added 2012 withvlefevre2012-01-101-1/+1
* Get rid of deprecated register_printf_function function in logging system.thevenyp2011-03-171-2/+4
* [src/gamma.c] More robust code (for the change in r7551).vlefevre2011-03-091-4/+4
* [src/gamma.c] Fixed the special code for tiny values.vlefevre2011-03-091-20/+29
* [src/gamma.c] Added a comment about an overflow case.vlefevre2011-02-251-0/+3
* [src/gamma.c] Fixed flags when x if very small (protect fromvlefevre2011-02-251-1/+4
* [src/gamma.c] Fixed inexact flag when x if very small.vlefevre2011-02-251-1/+1
* [src/gamma.c] Fixed a bug occurring in reduced exponent range.vlefevre2011-02-251-4/+8
* 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/+402