summaryrefslogtreecommitdiff
path: root/tests/tzeta.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright notice update: added 2017 withvlefevre2017-01-011-1/+1
* [tests/tzeta.c] Updated test_generic invocation based on the trunkvlefevre2016-09-051-1/+4
* Replacedvlefevre2016-02-041-1/+1
* Fixed bug for zeta(s) with s near an even negative integer.vlefevre2016-01-201-1/+21
* 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
* 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
* Copyright notice update: added 2007.vlefevre2007-01-101-1/+1
* tzeta.c patch 4166 should have been committed to the trunk. Fixing...vlefevre2006-10-271-0/+15
* 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
* Removed trailing spaces (better for future patches, as such spacesvlefevre2005-08-181-1/+1
* Converted tabs to spaces with expand.vlefevre2005-08-181-10/+10
* Remove mpfr_sub_one_ulp from MPFR library.pelissip2005-06-061-1/+1
* Remove mpfr_add_one_ulp from MPFR library.pelissip2005-06-061-2/+2
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Updated copyright lines.vlefevre2005-01-281-1/+1
* casts to allow compilation with g++zimmerma2005-01-271-1/+1
* Improve test coverage.pelissip2004-02-241-2/+2
* improved coverage testszimmerma2004-02-161-1/+27
* fixed problem (s1 = s-1 inexact)zimmerma2004-01-301-0/+2
* Better supports of non IEEE-754 floats (don't use anymore ieee_double_extract...pelissip2004-01-281-3/+3
* fixed bugs in atan cbrt erfzimmerma2004-01-271-0/+24
* print inputs of test2 in binary formzimmerma2004-01-261-4/+6
* + Internal functions of zeta are now declared as static.pelissip2004-01-261-2/+78