summaryrefslogtreecommitdiff
path: root/gamma.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagmpfr-2-0-3-rel(no author)2004-02-201-35/+49
* replaced mpfr_can_round (approx, err, rnd1, GMP_RNDN, prec)zimmerma2003-10-141-5/+5
* Use type mp_prec_t for precisions.vlefevre2003-01-151-7/+7
* Source re-indented.vlefevre2003-01-151-107/+101
* Several bugs fixed concerning the particular cases.vlefevre2003-01-151-13/+23
* get rid of ceil() call, that requires -lmzimmerma2003-01-151-5/+4
* Suppress some #define and fix symbol names (makes code cleaner):vlefevre2002-12-161-1/+1
* fixed some problems found by insurezimmerma2002-11-201-2/+4
* fixed bug in reflection formula for x<1zimmerma2002-09-121-22/+27
* added mpfr_gamma in libmpfrzimmerma2002-06-051-7/+0
* Copyright line updated.vlefevre2002-05-141-1/+1
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-151-1/+1
* COPYING.LIB -> COPYING.vlefevre2002-04-051-1/+1
* Copyright line changed.vlefevre2002-03-041-1/+1
* mpfr_{div,mul}_2exp -> mpfr_{div,mul}_2ui.vlefevre2002-02-141-2/+2
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* add gamma functiondaney2001-11-091-0/+217