summaryrefslogtreecommitdiff
path: root/tests/tgamma.c
Commit message (Expand)AuthorAgeFilesLines
* tgamma.c: completed test in r5159 with another one that was failingvlefevre2008-01-011-0/+6
* fixed bug in case of underflow (wrong sign)zimmerma2008-01-011-0/+21
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* got rid of mpfr_init_gmp_rand/MPFR_TEST_USE_RANDS and not-reentrant gmpzimmerma2007-11-171-1/+0
* Untabified and removed trailing spaces.vlefevre2007-10-311-1/+1
* fixed another bug found by Kevin Rauch: gamma(huge integer) failed on 64-bitzimmerma2007-10-261-2/+8
* No longer use MPFR_CHECK_ALL in tests. In '-dev' versions, assumevlefevre2007-07-251-2/+1
* Added code to check mpfr against Gonnet's tables when the environment variablezimmerma2007-07-201-0/+3
* fixed problem for x integer and rounding to nearestzimmerma2007-05-231-6/+1
* tgamma.c: added test of gamma on some integral values (from Christophervlefevre2007-05-221-1/+38
* 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
* tests/tgamma.c: restore emin and emax to their default values.vlefevre2006-11-201-6/+9
* fixed bug in overflow testzimmerma2006-11-201-0/+14
* fixed bug in mpfr_gamma for exact resultzimmerma2006-11-201-0/+11
* tgamma.c: avoid useless mpfr_get_d.vlefevre2006-11-031-4/+10
* 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
* cleanup of gamma and lngammazimmerma2005-09-091-7/+9
* missing set_eminzimmerma2005-09-061-0/+1
* added missing call to MPFR_TEST_USE_RANDS() [3 blocks non-freed]zimmerma2005-09-061-1/+2
* improved trade-off between fac_ui and gamma when argument is integerzimmerma2005-09-021-0/+12
* fixed remaining problem in gammazimmerma2005-09-021-7/+3
* now uses lngamma code for x < 1 toozimmerma2005-09-011-1/+85
* added another testzimmerma2005-09-011-0/+17
* removed useless prototypezimmerma2005-09-011-2/+0
* now random tests also use x >= 1zimmerma2005-08-311-0/+1
* added two new testszimmerma2005-08-301-0/+30
* check for overflow/underflow in pow and gammazimmerma2005-08-291-1/+13
* Removed trailing spaces (better for future patches, as such spacesvlefevre2005-08-181-3/+3
* Updated copyright line.vlefevre2005-08-181-1/+1
* fixed last test (expected result was wrong)zimmerma2005-08-161-1/+1
* added test casezimmerma2005-08-161-0/+11
* Change the address of the FSF.pelissip2005-06-021-2/+2
* fixed bug in pow_ui (and pow_z): missing factor 2 in error boundzimmerma2005-03-251-0/+8
* Replaced mpfr_set_emin/emax by set_emin/emax in tests to checkvlefevre2004-10-261-4/+4
* Fix overflow problems.pelissip2004-05-061-1/+26
* improved test coveragezimmerma2004-02-131-0/+6
* improved cov. testzimmerma2004-02-121-0/+49
* fixed problem in gamma/factorialzimmerma2004-01-301-0/+32
* fixed bugs in atan cbrt erfzimmerma2004-01-271-7/+25
* + Optimize a few div.cpelissip2003-12-151-4/+1
* + Add new internal function: mpfr_check.pelissip2003-11-211-10/+13
* Merged the mpfr-2-0-2-branch changes to the trunk.vlefevre2003-10-171-0/+2
* now uses #include "tgeneric.c" everywherezimmerma2003-10-141-38/+5
* reduced test timezimmerma2003-10-071-1/+1
* Changed the remaining stderr to stdout.vlefevre2003-09-251-4/+4
* mpfr_round_prec is now obsoletezimmerma2003-09-191-1/+1
* Replaced misc random functions by GMP ones.vlefevre2003-06-121-1/+1