summaryrefslogtreecommitdiff
path: root/zeta.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright notice update: added 2009 withvlefevre2009-01-151-1/+1
* div.c: fixed types for fprintf when DEBUG and/or DEBUG2 is defined.thevenyp2009-01-081-3/+6
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* fixed bug in zeta(large negative) reported by Kevin Rauch [wrong inexact flag]zimmerma2007-10-271-6/+10
* <stdio.h> and <limits.h> are now included unconditionally in mpfr-impl.hvlefevre2007-07-091-2/+0
* fixed bug for tiny negative input (and added corresponding test)zimmerma2007-06-051-4/+4
* the test for the tiny input case was too optimistic: fixed and added test.zimmerma2007-05-281-3/+4
* fixed case of tiny inputzimmerma2007-05-281-0/+31
* Avoid integer overflow in MPFR_FAST_COMPUTE_IF_SMALL_INPUT.vlefevre2007-05-281-1/+2
* Copyright notice update: added 2007.vlefevre2007-01-101-1/+1
* Replaced mpfr_mul_2exp and mpfr_div_2exp by mpfr_mul_2ui andvlefevre2006-12-191-2/+2
* fixed problem for large negative s (return +Inf or -Inf)zimmerma2006-10-261-0/+12
* Fixed FSF address.vlefevre2006-03-311-1/+1
* replaced 6th empty argument of MPFR_FAST_COMPUTE_IF_SMALL_INPUT by {}zimmerma2006-03-161-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
* added log(precz) in initial precisionzimmerma2005-09-151-1/+1
* Converted tabs to spaces with expand.vlefevre2005-08-181-46/+46
* Fix warning due to comparison of unsigned and signed integers.pelissip2005-06-081-1/+1
* Clean up use of stdio.h:pelissip2005-06-081-4/+1
* Improve comment of previous change.pelissip2005-06-061-2/+8
* Use FastCompute if x is positive and big, ie it usespelissip2005-06-061-12/+30
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Reduce # of vars inside the main loop.pelissip2005-06-021-100/+76
* Replace mpfr_can_round (..., GMP_RNDN, GMP_RNDZ, ...) to fast replacementpelissip2005-03-141-6/+4
* Log input and ouput of functions.pelissip2005-02-151-0/+3
* Clean up code.pelissip2005-02-141-119/+102
* Fix an unsigned/signed comparison.pelissip2004-07-191-1/+2
* removed blankzimmerma2004-03-221-1/+1
* improved coverage testszimmerma2004-02-161-15/+18
* fixed problem (s1 = s-1 inexact)zimmerma2004-01-301-2/+4
* removed argument reduction in sin(Pi*s/2) [delegated to mpfr_sin]zimmerma2004-01-261-37/+19
* + Internal functions of zeta are now declared as static.pelissip2004-01-261-11/+4
* Readd stdio.h in case of DEBUG mode.pelissip2004-01-151-0/+2
* Changed some error messages into assertions.vlefevre2004-01-141-2/+1
* Remove some warnings and potential errors (Comparaison between signed and uns...pelissip2003-11-211-3/+3
* just improved editing stylezimmerma2003-11-141-4/+4
* Fix some bugs (Use MPFR_ASSERT(1) instead of MPFR_ASSERT(0))pelissip2003-11-051-3/+4
* + Remove MPFR_CLEAR_NAN and MPFR_CLEAR_INF. Only use MPFR_CLEAR_FLAGS.pelissip2003-11-041-3/+4
* Use of MPFR_UNLIKELY and MPFR_IS_SINGULAR for fast detection of special value...pelissip2003-10-281-21/+24
* replaced mpfr_can_round (approx, err, rnd1, GMP_RNDN, prec)zimmerma2003-10-141-9/+14
* Corrections in the MPFR manual (PZ & VL). Functions mpfr_const_pi,vlefevre2003-10-011-67/+57
* got rid of <math.h> dependency in mpfr_zetazimmerma2003-09-191-12/+20
* Replaced malloc/free by __gmp_allocate_func/__gmp_free_func invlefevre2003-09-091-2/+4
* fixed allocation problem (forgot to clear)zimmerma2003-06-191-1/+2
* The special case s = 1 is taken into account (the previous codevlefevre2003-05-261-54/+60
* Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECKvlefevre2003-05-221-3/+3
* moved test for NaN/Infzimmerma2003-04-111-21/+24
* added Riemann Zeta function (contribution from Jean-Luc Re'my)zimmerma2003-04-111-72/+379