summaryrefslogtreecommitdiff
path: root/zeta.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Standard prototype only. Particular cases added.vlefevre2003-01-151-10/+26
* Copyright line updated.vlefevre2002-05-141-1/+1
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-151-1/+1
* mpfr_get_d -> mpfr_get_d1 and mpfr_get_d2 -> mpfr_get_d.vlefevre2002-04-071-1/+1
* COPYING.LIB -> COPYING.vlefevre2002-04-051-1/+1
* Copyright line changed.vlefevre2002-03-041-1/+1
* mpfr_{div,mul}_2exp -> mpfr_{div,mul}_2ui.vlefevre2002-02-141-1/+1
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* added 'to do' for NaN/Inf flagszimmerma2000-12-151-3/+6
* Yet another patch for include files.hanrot2000-12-151-1/+1
* Permutation of includes to avoid warnings due to careless multiple definitionhanrot2000-12-151-1/+1
* changed copyright to Free Software Foundationzimmerma2000-12-011-1/+1
* Infinis, premiere tentative.hanrot2000-11-211-76/+62
* protected all macros: xxx -> MPFR_xxxzimmerma2000-10-261-1/+1
* changed rounding mode to mp_rnd_tzimmerma2000-02-111-4/+4
* added copyright noticezimmerma1999-07-301-0/+21
* use the result of mpfr_can_roundzimmerma1999-07-051-1/+4
* computes Riemann function Zeta(s)remy1999-06-291-0/+92