Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add mpfr_clear_erangeflag and mpfr_erangeflag_p. | pelissip | 2004-09-29 | 1 | -2/+8 |
* | forgot to check for 0 | zimmerma | 2004-09-24 | 1 | -4/+10 |
* | now use mpfr_rint() | zimmerma | 2004-09-24 | 1 | -26/+2 |
* | fixed double-rounding bug in get_ui | zimmerma | 2004-09-24 | 1 | -0/+23 |
* | + Better support of non IEEE doubles. | pelissip | 2004-02-06 | 1 | -5/+3 |
* | Support of MPFR_PREC_FORMAT. | pelissip | 2003-12-19 | 1 | -3/+0 |
* | Change the internal format of MPFR: ZERO, INF and NAN have special values of ... | pelissip | 2003-10-27 | 1 | -1/+1 |
* | replaced ABSSIZE by ESIZE (ABSSIZE is the allocated size, and should be | zimmerma | 2003-10-06 | 1 | -1/+1 |
* | Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECK | vlefevre | 2003-05-22 | 1 | -1/+1 |
* | Fixed cast (though unnecessary). | vlefevre | 2003-02-21 | 1 | -1/+1 |
* | new functions mpfr_fits_* and mpfr_get_[us]i | zimmerma | 2003-02-13 | 1 | -0/+57 |