summaryrefslogtreecommitdiff
path: root/gamma.c
Commit message (Expand)AuthorAgeFilesLines
* fixed bug in pow_ui (and pow_z): missing factor 2 in error boundzimmerma2005-03-251-2/+12
* Log input and ouput of functions.pelissip2005-02-151-0/+3
* Clean uppelissip2005-02-141-20/+23
* Fix bug.pelissip2004-12-161-4/+2
* Replace use of mpfr_save_emin_emax () / mpfr_restore_emin_emax()pelissip2004-11-181-2/+4
* Replace __gmpfr_ceil_log2 by MPFR_INT_CEIL_LOG2 when possible.pelissip2004-11-101-2/+2
* Fix a bug in a formula.pelissip2004-05-061-1/+1
* Fix overflow problems.pelissip2004-05-061-1/+4
* Fix overflow bug.pelissip2004-05-061-13/+16
* Remove the double vars. (Use fixed instead).pelissip2004-05-051-18/+10
* improved test coveragezimmerma2004-02-131-3/+0
* improved cov. testzimmerma2004-02-121-4/+3
* + Better support of non IEEE doubles.pelissip2004-02-061-3/+1
* fixed problem in gamma/factorialzimmerma2004-01-301-14/+24
* + Optimize a few div.cpelissip2003-12-151-20/+24
* Remove some warnings and potential errors (Comparaison between signed and uns...pelissip2003-11-211-1/+1
* Fix some bugs (Use MPFR_ASSERT(1) instead of MPFR_ASSERT(0))pelissip2003-11-051-1/+1
* + Remove MPFR_CLEAR_NAN and MPFR_CLEAR_INF. Only use MPFR_CLEAR_FLAGS.pelissip2003-11-041-5/+5
* Use of MPFR_UNLIKELY and MPFR_IS_SINGULAR for fast detection of special value...pelissip2003-10-281-27/+29
* 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