summaryrefslogtreecommitdiff
path: root/gamma.c
Commit message (Expand)AuthorAgeFilesLines
* MPFR_RET (mpfr_check_range (...)) -> return mpfr_check_range (...)vlefevre2007-05-281-3/+3
* fixed problem for tiny argumentszimmerma2007-05-281-0/+51
* fixed problem for x integer and rounding to nearestzimmerma2007-05-231-2/+6
* 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-2/+2
* replaced set_d by set_str_binary (more portable)zimmerma2006-11-231-2/+4
* fixed bug in overflow testzimmerma2006-11-201-2/+10
* fixed bug in mpfr_gamma for exact resultzimmerma2006-11-201-2/+34
* Fixed FSF address.vlefevre2006-03-311-1/+1
* 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
* Untabify.vlefevre2005-09-161-20/+20
* cleanup of gamma and lngammazimmerma2005-09-091-27/+21
* improved trade-off between fac_ui and gamma when argument is integerzimmerma2005-09-021-2/+9
* fixed remaining problem in gammazimmerma2005-09-021-14/+17
* now uses lngamma code for x < 1 toozimmerma2005-09-011-134/+97
* now uses lngamma code for x > 1zimmerma2005-08-311-1/+8
* check for overflow/underflow in pow and gammazimmerma2005-08-291-2/+78
* Removed trailing spaces (better for future patches, as such spacesvlefevre2005-08-181-1/+1
* Converted tabs to spaces with expand.vlefevre2005-08-181-29/+29
* fixed comments (code did not change)zimmerma2005-08-161-7/+7
* added formula for gamma functionzimmerma2005-08-161-5/+5
* fixed bug for tiny inputzimmerma2005-08-161-13/+31
* Clean up use of stdio.h:pelissip2005-06-081-5/+0
* Add experimental code (disabled).pelissip2005-06-061-0/+36
* Reduce use of intermediary variables.pelissip2005-06-061-31/+13
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Optimize it a few by avoiding calling fac_ui for each iterationpelissip2005-06-021-4/+13
* Improve efficiency by removing 2 variables (Loop uses only 4 vars).pelissip2005-06-021-72/+38
* 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