summaryrefslogtreecommitdiff
path: root/sum.c
Commit message (Expand)AuthorAgeFilesLines
* New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t).vlefevre2010-05-071-3/+3
* Changed mp_prec_t into mpfr_prec_t.vlefevre2010-04-301-2/+2
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* [sum.c] added referencezimmerma2009-09-141-1/+4
* 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
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-4/+4
* Update to LGPL v3+, as decided by the main MPFR developers.vlefevre2009-03-031-4/+4
* Copyright notice update: added 2009 withvlefevre2009-01-151-1/+1
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* sum.c:vlefevre2008-06-091-1/+3
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* 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
* Fixed FSF address.vlefevre2006-03-311-1/+1
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-1/+1
* Fixed memory leak (missing MPFR_TMP_FREE in a particular case).vlefevre2005-08-311-1/+2
* Fixed the code formatting.vlefevre2005-08-311-73/+74
* Converted tabs to spaces with expand.vlefevre2005-08-181-48/+48
* GNU coding style.vlefevre2005-06-201-31/+38
* Fix bug of NAN and INF.pelissip2005-06-101-72/+121
* Handle case n==0 and n==1 as special cases.pelissip2005-06-071-10/+13
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Replace TMP_ALLOC by MPFR_TMP_ALLOCpelissip2005-05-181-8/+8
* Clean up code.pelissip2005-02-141-19/+28
* Consider return value's precision for rounding in mpfr_sum.fousse2005-02-141-2/+2
* Updated Copyright line.vlefevre2005-01-211-1/+1
* Fix bug in case n==0 or n==1 (Reported and fixed by Laurent Fousse).pelissip2005-01-181-6/+12
* Fix problem of tab with ncurses.pelissip2005-01-041-1/+1
* changed tab[] into *tab (and removed 'tab' in mpfr.h)zimmerma2005-01-011-1/+1
* Fix bug with TMP_MARK.pelissip2004-11-171-1/+1
* Replace __gmpfr_ceil_log2 by MPFR_INT_CEIL_LOG2 when possible.pelissip2004-11-101-2/+3
* Remove some warnings.pelissip2004-02-241-1/+2
* Changed mpfr_sum to use unsigned long instead of unsigned int. More tests.fousse2004-02-201-15/+15
* Added mpfr_sum function.pelissip2004-02-061-0/+231