summaryrefslogtreecommitdiff
path: root/lngamma.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* Untabified and removed trailing spaces.vlefevre2007-10-311-1/+1
* fixed bug mentioned by Kevin Rauch: mpfr_lgamma was hanging for tiny inputzimmerma2007-10-281-44/+60
* fixed bug found by Kevin Rauch (emin/emax not restored for x=1,2)zimmerma2007-10-261-1/+4
* previous bug fix for tiny negative inputs in mpfr_lgamma was incorrect:zimmerma2007-07-171-19/+35
* lngamma.c: fix for small inputszimmerma2007-07-161-1/+5
* lngamma.c: reformat and replaced mpfr_cmp(...) == 0 by mpfr_equal_p.vlefevre2007-07-031-31/+31
* fixed bug in tlgamma and added test (need to implement Ziv's strategy inzimmerma2007-07-031-3/+8
* Untabified and removed trailing spaces.vlefevre2007-06-201-6/+6
* fixed problem with mpfr_lgamma for tiny negative input (and fixed use of zimmerma2007-06-111-44/+85
* Defined new macros SIGN and SAME_SIGN in mpfr-impl.h to canonicalizevlefevre2007-05-291-1/+1
* lngamma.c: fixed problem of tiny inputs in lngamma (still remains lgammazimmerma2007-05-291-0/+38
* fixed error analysis in mpfr_lngammazimmerma2007-05-171-3/+14
* more details of error analysiszimmerma2007-05-031-2/+5
* fixed error analysis (error was over-estimated)zimmerma2007-04-271-2/+3
* lngamma.c: a bit more details in the error analysis for z0 < 1.vlefevre2007-04-261-4/+6
* lngamma.c: a bit more details in the error analysis for z0 < 1.vlefevre2007-04-261-4/+4
* u was used for two different meanings in the error analysis for z0 < 1zimmerma2007-04-261-8/+11
* Added preliminary support for mpfr_lngamma and tests.vlefevre2007-04-251-30/+89
* lngamma.c: There was an assertion failed, probably because the errorvlefevre2007-04-251-1/+2
* lngamma.c: fixed -2k-1 <= x <= -2k test.vlefevre2007-04-251-9/+31
* Added "Contributed by the Arenaire and Cacao projects, INRIA." to thevlefevre2007-02-071-0/+1
* Copyright notice update: added 2007.vlefevre2007-01-101-1/+1
* Replaced mpfr_mul_2exp and mpfr_div_2exp by mpfr_mul_2ui andvlefevre2006-12-191-4/+4
* lngamma.c: added a comment.vlefevre2006-11-031-0/+1
* Fixed an exponent/flags-related bug in lngamma.c.vlefevre2006-08-211-4/+9
* Updated FSF address.vlefevre2006-03-311-2/+2
* Added ', Inc.' when missing after 'Free Software Foundation'.vlefevre2006-01-051-1/+1
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-1/+1
* Small optimization.vlefevre2005-09-281-2/+2
* fixed infinite loop for lngamma(2)zimmerma2005-09-281-1/+1
* Use (mpz_t *) 0 instead of NULL (this is not less clear and thisvlefevre2005-09-091-3/+1
* cleanup of gamma and lngammazimmerma2005-09-091-26/+26
* Change for ansi2knr.vlefevre2005-09-061-3/+5
* Code clean-up (again).vlefevre2005-09-061-7/+8
* Use GMP's allocate functions instead of C's. Code clean-up.vlefevre2005-09-061-153/+157
* Reformat.vlefevre2005-09-061-34/+34
* new function lngammazimmerma2005-08-311-0/+453