summaryrefslogtreecommitdiff
path: root/gamma.c
Commit message (Expand)AuthorAgeFilesLines
* New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t).vlefevre2010-05-071-2/+2
* Changed mp_prec_t into mpfr_prec_t.vlefevre2010-04-301-6/+6
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* mp_rnd_t -> mpfr_rnd_tvlefevre2009-06-261-1/+1
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-47/+47
* Update to LGPL v3+, as decided by the main MPFR developers.vlefevre2009-03-031-4/+4
* Copyright notice update: added 2009 withvlefevre2009-01-151-1/+1
* r5689 undone: some casts were incorrect (mp_exp_t may be greater thanvlefevre2008-11-221-2/+2
* fixed some signed/unsigned warnings with g++ (please review)zimmerma2008-11-221-2/+2
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* fixed bug in case of underflow (wrong sign)zimmerma2008-01-011-1/+1
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* Merged the feature-block branch to the trunk:vlefevre2007-12-181-6/+4
* gamma.c: attempt to fix wrong fix in 4918 (the maximum exponent canvlefevre2007-10-271-8/+8
* fixed another bug found by Kevin Rauch: gamma(huge integer) failed on 64-bitzimmerma2007-10-261-0/+2
* 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