summaryrefslogtreecommitdiff
path: root/tests/tgamma.c
Commit message (Expand)AuthorAgeFilesLines
* Updated the www.gnu.org URL's (http → https) on all the files with:vlefevre2019-01-071-1/+1
* Copyright notice update: added 2019 withvlefevre2019-01-011-1/+1
* Minor date-related changes as in the trunk:vlefevre2018-01-091-1/+1
* Merged the latest changes from the trunk.vlefevre2017-05-291-21/+21
|\
| * Do not define macro names starting with "SIG" (+ uppercase letter)vlefevre2017-05-151-21/+21
| * Copyright notice update: added 2017 withvlefevre2017-01-011-1/+1
* | Merged the latest changes from the trunk.vlefevre2017-01-011-1/+1
* | [tests] Define the RND_RAND_NO_RNDF and RND_LOOP_NO_RNDF macros, similarvlefevre2016-07-221-4/+1
* | more work on branch faithfulzimmerma2016-06-221-0/+3
|/
* Replaced various instances of mpfr_print_binary + newline (sometimesvlefevre2016-04-071-8/+8
* fixed bug in mpfr_gamma: flags might be corrupted in case the argument waszimmerma2016-02-171-0/+12
* reduced emaxzimmerma2016-02-051-1/+1
* changed test_generic() calls to start from MPFR_PREC_MIN instead of 2;zimmerma2016-02-051-1/+1
* Replacedvlefevre2016-02-041-1/+1
* allow tgamma x prec to print gamma(x) to prec bitszimmerma2016-01-171-0/+13
* first version of incomplete Gamma function (work in progress)zimmerma2016-01-161-1/+1
* Copyright notice update: added 2016 withvlefevre2016-01-011-1/+1
* 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