summaryrefslogtreecommitdiff
path: root/tests/tgamma.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright notice update: added 2015 withvlefevre2015-02-131-1/+1
* Use MPFR_IS_NEG and MPFR_IS_POS instead of comparing the sign with 0.vlefevre2014-06-251-3/+3
* [tests/tgamma.c] Fixed printf argument (bug detected withvlefevre2014-01-261-1/+1
* Copyright notice update: added 2014 withvlefevre2014-01-031-1/+1
* Use copyright year ranges, followingvlefevre2013-05-301-1/+1
* [tests/tgamma.c] Avoid mpfr_set_d.vlefevre2013-03-011-1/+1
* Copyright notice update: added 2013 withvlefevre2013-01-031-1/+1
* [tests/tgamma.c] Added tests for 32-bit and 64-bit machines, showing anvlefevre2012-05-071-0/+7
* [tests/tgamma.c] Added tests to trigger the pre-r8189 endless loopvlefevre2012-05-071-0/+5
* [tests/tgamma.c] Updated exp_lgamma to test the ternary value.vlefevre2012-05-041-14/+37
* [tests/tgamma.c] Added a test showing a failure on 64-bit machinesvlefevre2012-05-041-0/+4
* [tests/tgamma.c] Updated exp_lgamma to test underflow & overflow flags.vlefevre2012-05-041-2/+28
* [src/lngamma.c] fixed endless loop with test cases introduced in r8188zimmerma2012-05-041-0/+6
* [tests/tgamma.c] Updated the exp_lgamma_tests test to trigger anvlefevre2012-05-031-5/+12
* [tests/tgamma.c] Say that the freeze is for 64-bit machines only.vlefevre2012-05-031-0/+2
* [tests/tgamma.c] Added more mpfr_tgamma tests, showing a freeze.vlefevre2012-05-031-0/+90
* [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 found by Giridhar Tammanazimmerma2012-04-261-0/+31
* [tests] Removed #include of headers already included via "mpfr-test.h"vlefevre2012-02-241-3/+0
* 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