summaryrefslogtreecommitdiff
path: root/tests/tzeta.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright notice update: added 2021 withvlefevre2021-01-031-1/+1
* Copyright notice update: added 2020 withvlefevre2020-01-081-1/+1
* 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
* [tests/tzeta.c] Check that the NaN flag was not set in some testsvlefevre2018-02-191-4/+9
* [tests/tzeta.c] improve coverage (and also uceil_exp2.c)zimmerma2018-02-191-0/+9
* Copyright notice update: added 2018 withvlefevre2018-01-031-1/+1
* [tests] Got rid of the use of mpfr_print_binary, in general withvlefevre2017-09-141-1/+1
* [tests/tzeta.c] interm_overflow -> intermediate_overflowzimmerma2017-02-091-3/+3
* Copyright notice update: added 2017 withvlefevre2017-01-011-1/+1
* [src/zeta.c] Added a FIXME: bug in the error computation due to thevlefevre2016-09-131-0/+19
* [src/zeta.c] Added a FIXME: An overflow in gamma(s1) does not implyvlefevre2016-09-071-0/+44
* About the tzeta timing issue (since r9848):vlefevre2016-09-051-2/+3
* [tests/tzeta.c] Added a FIXME so that r10667 can be reverted.vlefevre2016-07-261-0/+2
* [tests/tzeta.c] reduced test timezimmerma2016-07-261-1/+1
* Replaced various instances of mpfr_print_binary + newline (sometimesvlefevre2016-04-071-9/+9
* changed test_generic() calls to start from MPFR_PREC_MIN instead of 2;zimmerma2016-02-051-1/+1
* Replacedvlefevre2016-02-041-1/+1
* [tests/tzeta.c] Added casts for printf.vlefevre2016-01-201-1/+1
* [tests/tzeta.c] Some corrections. Made the input value of the latestvlefevre2016-01-201-4/+5
* fixed bug for zeta(s) with s near an even negative integerzimmerma2016-01-201-1/+20
* 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-4/+4
* 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-01-031-1/+1
* [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
* [src/zeta.c] patch from Patrick Pelissier (problem with division by zero flag)zimmerma2011-01-301-2/+3
* Copyright notice update: added 2011 withvlefevre2011-01-171-1/+1
* Changed mp_prec_t into mpfr_prec_t.vlefevre2010-04-301-1/+1
* 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-2/+2
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-42/+42
* 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
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* For the terminating null pointer of the functions mpfr_inits,vlefevre2008-02-151-2/+2
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* tests/tzeta.c: completed test of mpfr_zeta bug fixed in r4920 (the valuevlefevre2007-11-211-1/+5
* Untabified and removed trailing spaces.vlefevre2007-10-311-1/+1
* fixed bug in zeta(large negative) reported by Kevin Rauch [wrong inexact flag]zimmerma2007-10-271-2/+9
* Improved generic tests by limiting the exponent range of the randomvlefevre2007-08-311-1/+3
* Corrected mpfr_inits, mpfr_inits2 and mpfr_clears calls with NULLvlefevre2007-06-211-2/+2
* fixed bug for tiny negative input (and added corresponding test)zimmerma2007-06-051-0/+16
* the test for the tiny input case was too optimistic: fixed and added test.zimmerma2007-05-281-0/+12