summaryrefslogtreecommitdiff
path: root/tests/tgamma.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright notice update: added 2017 withvlefevre2017-01-011-1/+1
* [src/gamma.c] Bug fix in case the argument is an integer fitting in anvlefevre2016-02-191-0/+12
* Replacedvlefevre2016-02-041-1/+1
* Copyright notice update: added 2016 withvlefevre2016-01-011-1/+1
* Copyright notice update: added 2015 withvlefevre2015-05-201-1/+1
* Copyright notice update: added 2014 withvlefevre2014-01-031-1/+1
* Use copyright year ranges, followingvlefevre2013-05-301-1/+1
* Copyright notice update: added 2013 withvlefevre2013-03-081-1/+1
* [src/lngamma.c] Added mpfr_explgamma internal function to handlevlefevre2012-05-071-0/+170
* [tests/tgamma.c] Improved testcase test20100709.vlefevre2012-04-271-7/+5
* [tests/tgamma.c] Updated testcase test20100709 for 64-bit machines,vlefevre2012-04-271-3/+44
* [src/gamma.c] Fixed bug in the underflow detection code of mpfr_gamma,vlefevre2012-04-271-0/+31
* Changed Arenaire to AriC with:vlefevre2012-01-101-1/+1
* Copyright notice update: added 2012 withvlefevre2012-01-101-1/+1
* Updated AUTHORS file and copyright notices (for more consistency).vlefevre2011-05-181-1/+1
* [tests/tgamma.c] Added a comment about MPFR_SUSPICIOUS_OVERFLOW.vlefevre2011-03-091-0/+3
* [tests/tgamma.c] Corrected a test and added other tests for tiny x > 0.vlefevre2011-03-091-2/+73
* [tests/tgamma.c] Updated a comment.vlefevre2011-03-091-1/+1
* [tests/tgamma.c] Restore emax.vlefevre2011-03-091-0/+4
* [tests/tgamma.c] Do not initialize x twice.vlefevre2011-03-091-1/+1
* [tests/tgamma.c] Do not run the same test twice if emin = MPFR_EMIN_MIN.vlefevre2011-03-091-3/+6
* [tests/tgamma.c] Added tests for tiny values, showing bugs in specialvlefevre2011-03-091-0/+100
* [tests/tgamma.c] Added tests in maximum exponent range.vlefevre2011-02-251-1/+29
* [tests/tgamma.c] Corrected test number.vlefevre2011-02-251-1/+1
* [tests/tgamma.c] Added a test in maximum exponent range.vlefevre2011-02-251-0/+25
* [tests/tgamma.c] Added tests.vlefevre2011-02-251-2/+70
* [src/gamma.c] Fixed a bug occurring in reduced exponent range.vlefevre2011-02-251-0/+33
* Copyright notice update: added 2011 withvlefevre2011-01-171-1/+1
* Replacedvlefevre2010-07-301-1/+1
* [tests/tgamma.c] Use mpfr_set_str instead of mpfr_set_d.vlefevre2010-07-091-1/+1
* [gamma.c] fixed bug reported on MPFR list:zimmerma2010-07-091-0/+15
* New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t).vlefevre2010-05-071-2/+2
* 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
* Move mpfr_random2 to tests directory, remove it from API.thevenyp2009-03-241-1/+1
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-60/+60
* 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
* Fixed remaining printf format strings.vlefevre2009-01-141-1/+1
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* 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