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