| Commit message (Expand) | Author | Age | Files | Lines |
* | Updated copyright lines. | vlefevre | 2005-01-28 | 1 | -1/+1 |
* | fixed problems in get_str for huge exponent | zimmerma | 2005-01-20 | 1 | -4/+12 |
* | Remove _MPFR_PROTO for static functions. | pelissip | 2005-01-04 | 1 | -4/+4 |
* | Add 'const' attribute to table. | pelissip | 2004-12-15 | 1 | -1/+1 |
* | Replace __gmpfr_ceil_log2 by MPFR_INT_CEIL_LOG2 when possible. | pelissip | 2004-11-10 | 1 | -2/+2 |
* | fixed bug in get_str_aux when one extra digit | zimmerma | 2004-09-30 | 1 | -18/+44 |
* | Add mpfr_free_str function. | pelissip | 2004-02-23 | 1 | -0/+5 |
* | Fix bug if you build MPFR with ASSERT. | pelissip | 2004-02-18 | 1 | -1/+1 |
* | simplified rounding | zimmerma | 2004-02-17 | 1 | -10/+10 |
* | improved test coverage | zimmerma | 2004-02-13 | 1 | -2/+1 |
* | + Better support of non IEEE doubles. | pelissip | 2004-02-06 | 1 | -9/+7 |
* | fixed bug in get_str (case pow2, rnd=up or down) | zimmerma | 2004-02-03 | 1 | -16/+6 |
* | _mpfr_ceil -> mpfr_ceil_double + check for overflow. | vlefevre | 2004-01-19 | 1 | -26/+31 |
* | Moved the mpfr_mpn_exp function to a new file "mpn_exp.c" as it is | vlefevre | 2004-01-19 | 1 | -132/+0 |
* | Add a new check in tget_str.c. | pelissip | 2004-01-15 | 1 | -1/+1 |
* | fixed problem in case m=0 and b=2^k (lost bits from 1st digit were not taken | zimmerma | 2004-01-15 | 1 | -2/+19 |
* | mpn_exp -> mpfr_mpn_exp | zimmerma | 2004-01-15 | 1 | -3/+3 |
* | * Optimize a few div.c and mul.c. | pelissip | 2003-11-17 | 1 | -5/+5 |
* | Some minor optimizations. | pelissip | 2003-11-07 | 1 | -1/+2 |
* | + Remove MPFR_CLEAR_NAN and MPFR_CLEAR_INF. Only use MPFR_CLEAR_FLAGS. | pelissip | 2003-11-04 | 1 | -3/+3 |
* | Change the internal format of MPFR: ZERO, INF and NAN have special values of ... | pelissip | 2003-10-27 | 1 | -2/+6 |
* | mpfr_round_prec is now obsolete | zimmerma | 2003-09-19 | 1 | -1/+1 |
* | Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECK | vlefevre | 2003-05-22 | 1 | -6/+6 |
* | Replaced NaN, Inf by @NaN@, @Inf@ [for bases > 24]. | hanrot | 2003-02-24 | 1 | -4/+4 |
* | moved common prototype for mpn_exp in mpfr-impl.h | zimmerma | 2003-01-15 | 1 | -2/+1 |
* | #Add a copyright year. | ryde | 2003-01-08 | 1 | -1/+1 |
* | (mpn_exp): Don't store -1 in a uint then return it as a long. | ryde | 2003-01-08 | 1 | -1/+1 |
* | Suppress some #define and fix symbol names (makes code cleaner): | vlefevre | 2002-12-16 | 1 | -2/+2 |
* | Code clean-up. | vlefevre | 2002-11-20 | 1 | -9/+11 |
* | fixed non-ansi features | zimmerma | 2002-11-19 | 1 | -16/+16 |
* | TMP_MARK missing (patch by Kevin Ryde). | vlefevre | 2002-07-28 | 1 | -0/+1 |
* | improved the computation of g = ceil((e-1)/log_2(beta)), using two tables | zimmerma | 2002-07-26 | 1 | -38/+140 |
* | completely new version, written by Alain Delplanque and Paul Zimmermann. | zimmerma | 2002-07-24 | 1 | -275/+623 |
* | COPYING -> COPYING.LIB and GPL re-added. | vlefevre | 2002-04-15 | 1 | -1/+1 |
* | COPYING.LIB -> COPYING. | vlefevre | 2002-04-05 | 1 | -1/+1 |
* | New mpfr_get_d, mpfr_get_d2, mpfr_get_d3. | vlefevre | 2002-03-11 | 1 | -1/+1 |
* | Copyright line changed. | vlefevre | 2002-03-04 | 1 | -1/+1 |
* | Minor update. | vlefevre | 2002-02-27 | 1 | -1/+3 |
* | Fixes, code clean-up and some asserts against integer overflows. | vlefevre | 2002-02-19 | 1 | -78/+90 |
* | mpfr_{div,mul}_2exp -> mpfr_{div,mul}_2ui. | vlefevre | 2002-02-14 | 1 | -2/+2 |
* | Partial code clean-up and some asserts against integer overflows (2). | vlefevre | 2002-02-14 | 1 | -24/+43 |
* | Partial code clean-up and some asserts against integer overflows. | vlefevre | 2002-02-13 | 1 | -83/+125 |
* | mpfr_get_str: the returned exponent for 0 is 0 (like in frexp()). | vlefevre | 2002-02-12 | 1 | -1/+1 |
* | mpfr_get_str: null pointer returned in case of error, NaN taken into account. | vlefevre | 2002-02-12 | 1 | -14/+23 |
* | mpfr_round -> mpfr_round_prec. | vlefevre | 2002-01-25 | 1 | -1/+1 |
* | big rewrite to fix problems when the estimate base exponent is too small | zimmerma | 2001-11-30 | 1 | -95/+149 |
* | changed Library GPL to Lesser GPL | zimmerma | 2001-11-16 | 1 | -4/+4 |
* | added year 2001 in copyright line | zimmerma | 2001-11-16 | 1 | -26/+1 |
* | simplified test | zimmerma | 2001-11-16 | 1 | -1/+1 |
* | fixed stupid bug: ceil(a/b) isn't (a+b-1)/a but simply a/b for a negative! | zimmerma | 2001-07-06 | 1 | -3/+3 |