summaryrefslogtreecommitdiff
path: root/lngamma.c
Commit message (Expand)AuthorAgeFilesLines
* 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