summaryrefslogtreecommitdiff
path: root/zeta_ui.c
Commit message (Expand)AuthorAgeFilesLines
* Changed mp_prec_t into mpfr_prec_t.vlefevre2010-04-301-1/+1
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* Replaced GMP_LIMB_BITS by GMP_NUMB_BITS to use only one of these macros.vlefevre2010-01-081-4/+4
* BITS_PER_MP_LIMB -> GMP_LIMB_BITSzimmerma2010-01-081-4/+4
* replaced obsolete GMP functions (suggested by Brian Gladman):zimmerma2009-08-271-3/+3
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* mp_rnd_t -> mpfr_rnd_tvlefevre2009-06-261-1/+1
* zeta_ui.c: correction r6090 was incorrect as there was another problem:vlefevre2009-03-121-1/+3
* zeta_ui.c bug fix: a shift count could be >= width of type (if a limb isvlefevre2009-03-121-1/+1
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-10/+10
* Update to LGPL v3+, as decided by the main MPFR developers.vlefevre2009-03-031-4/+4
* Untabified and deleted trailing spaces (for patches).vlefevre2009-02-271-1/+1
* added round to away (still experimental)zimmerma2009-02-261-0/+3
* Copyright notice update: added 2009 withvlefevre2009-01-151-1/+1
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* Untabified and removed trailing spaces.vlefevre2007-06-201-120/+120
* Added "Contributed by the Arenaire and Cacao projects, INRIA." to thevlefevre2007-02-071-0/+1
* Copyright notice update: added 2007.vlefevre2007-01-101-1/+1
* mpfr_div_2exp -> mpfr_div_2uizimmerma2006-12-191-2/+2
* improved efficiency of zeta_ui(s) for 3^(-s) < 1/2*ulp(1)zimmerma2006-12-191-5/+21
* improved efficiency for zeta(m) in precision p when m is largezimmerma2006-12-151-7/+14
* added MPFR_ZIV_INIT stuffzimmerma2006-12-141-3/+12
* 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
* new function: Zeta with integer argumentzimmerma2005-09-261-0/+191