Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle case n==0 and n==1 as special cases. | pelissip | 2005-06-07 | 1 | -10/+13 |
* | Change the address of the FSF. | pelissip | 2005-06-02 | 1 | -2/+2 |
* | Replace TMP_ALLOC by MPFR_TMP_ALLOC | pelissip | 2005-05-18 | 1 | -8/+8 |
* | Clean up code. | pelissip | 2005-02-14 | 1 | -19/+28 |
* | Consider return value's precision for rounding in mpfr_sum. | fousse | 2005-02-14 | 1 | -2/+2 |
* | Updated Copyright line. | vlefevre | 2005-01-21 | 1 | -1/+1 |
* | Fix bug in case n==0 or n==1 (Reported and fixed by Laurent Fousse). | pelissip | 2005-01-18 | 1 | -6/+12 |
* | Fix problem of tab with ncurses. | pelissip | 2005-01-04 | 1 | -1/+1 |
* | changed tab[] into *tab (and removed 'tab' in mpfr.h) | zimmerma | 2005-01-01 | 1 | -1/+1 |
* | Fix bug with TMP_MARK. | pelissip | 2004-11-17 | 1 | -1/+1 |
* | Replace __gmpfr_ceil_log2 by MPFR_INT_CEIL_LOG2 when possible. | pelissip | 2004-11-10 | 1 | -2/+3 |
* | Remove some warnings. | pelissip | 2004-02-24 | 1 | -1/+2 |
* | Changed mpfr_sum to use unsigned long instead of unsigned int. More tests. | fousse | 2004-02-20 | 1 | -15/+15 |
* | Added mpfr_sum function. | pelissip | 2004-02-06 | 1 | -0/+231 |