summaryrefslogtreecommitdiff
path: root/zeta.c
Commit message (Expand)AuthorAgeFilesLines
* Ported bug fixes / tests of mpfr_frac and mpfr_zeta to the 2.0 branch.vlefevre2004-02-061-51/+31
* 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