summaryrefslogtreecommitdiff
path: root/zeta.c
Commit message (Expand)AuthorAgeFilesLines
* Source reorganization. In short:vlefevre2010-08-171-463/+0
* New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t).vlefevre2010-05-071-5/+5
* Changed mp_prec_t into mpfr_prec_t.vlefevre2010-04-301-2/+2
* 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-61/+61
* 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/+2
* Copyright notice update: added 2009 withvlefevre2009-01-151-1/+1
* zeta.c: fixed types for printf when DEBUG is defined.vlefevre2008-12-261-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