| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | fixed bug for output base 2^k | zimmerma | 2001-06-29 | 1 | -9/+20 |
* | now initialize str_is_null correctly | zimmerma | 2001-02-18 | 1 | -1/+1 |
* | now when str==NULL return a block which is exactly strlen(str)+1 bytes long | zimmerma | 2001-02-15 | 1 | -14/+24 |
* | _mp_xxx_func -> _gmp_xxx_func | zimmerma | 2001-01-11 | 1 | -15/+3 |
* | cast for _mpfr_floor_log2 was on the wrong side | zimmerma | 2000-12-22 | 1 | -1/+1 |
* | k2r -> ansi style | zimmerma | 2000-12-21 | 1 | -5/+10 |
* | changed name of mpfr struct fields: _mp_d -> _mpfr_d | zimmerma | 2000-12-18 | 1 | -1/+2 |
* | added error message when memory allocation fails | zimmerma | 2000-12-15 | 1 | -3/+21 |
* | Yet another patch for include files. | hanrot | 2000-12-15 | 1 | -1/+1 |
* | Permutation of includes to avoid warnings due to careless multiple definition | hanrot | 2000-12-15 | 1 | -1/+1 |
* | replaced log(2.0) by LOG2 [first step in getting rid of math.h] | zimmerma | 2000-12-01 | 1 | -3/+3 |
* | changed copyright to Free Software Foundation | zimmerma | 2000-12-01 | 1 | -1/+1 |
* | Infinis, premiere tentative. | hanrot | 2000-11-21 | 1 | -1/+9 |
* | protected all macros: xxx -> MPFR_xxx | zimmerma | 2000-10-26 | 1 | -10/+10 |
* | fixed pb for op=0 (added \0 at the end of string) | zimmerma | 2000-09-29 | 1 | -1/+3 |
* | fixed bug for 0.9999999999... | zimmerma | 2000-08-25 | 1 | -0/+5 |
* | fixed pb with rounding of negative numbers | zimmerma | 2000-05-12 | 1 | -3/+3 |