summaryrefslogtreecommitdiff
path: root/sum.c
Commit message (Expand)AuthorAgeFilesLines
* 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