| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable fast computing. | pelissip | 2004-11-18 | 1 | -1/+1 |
* | Add unused code (Still needs a proof). | pelissip | 2004-11-15 | 1 | -9/+22 |
* | Try to optimize a few agm by rewriting a few the loop. | pelissip | 2004-07-09 | 1 | -22/+26 |
* | Minor Optimizations. | pelissip | 2004-04-27 | 1 | -94/+38 |
* | Fix a bug when both op are < 0 (It seems it was my fault). | pelissip | 2004-04-20 | 1 | -59/+68 |
* | Commented out the now useless "double uo, vo;". | vlefevre | 2004-02-16 | 1 | -22/+24 |
* | improved coverage test | zimmerma | 2004-02-13 | 1 | -38/+55 |
* | Add forgotten copyright 2004 line. | pelissip | 2004-02-06 | 1 | -2/+1 |
* | + Better support of non IEEE doubles. | pelissip | 2004-02-06 | 1 | -3/+1 |
* | added new tests for agm and hypot (+ fixed bugs) | zimmerma | 2004-01-30 | 1 | -3/+3 |
* | Fix some bugs (Use MPFR_ASSERT(1) instead of MPFR_ASSERT(0)) | pelissip | 2003-11-05 | 1 | -2/+3 |
* | + Remove MPFR_CLEAR_NAN and MPFR_CLEAR_INF. Only use MPFR_CLEAR_FLAGS. | pelissip | 2003-11-04 | 1 | -7/+4 |
* | Use of MPFR_UNLIKELY and MPFR_IS_SINGULAR for fast detection of special value... | pelissip | 2003-10-28 | 1 | -32/+33 |
* | Change the internal format of MPFR: ZERO, INF and NAN have special values of ... | pelissip | 2003-10-27 | 1 | -14/+12 |
* | replaced mpfr_can_round (approx, err, rnd1, GMP_RNDN, prec) | zimmerma | 2003-10-14 | 1 | -3/+4 |
* | fixed pb found by Damien Fisher | zimmerma | 2003-08-04 | 1 | -3/+8 |
* | Suppress some #define and fix symbol names (makes code cleaner): | vlefevre | 2002-12-16 | 1 | -6/+6 |
* | now mpfr_agm returns an int (inexact flag) | zimmerma | 2002-09-18 | 1 | -7/+13 |
* | COPYING -> COPYING.LIB and GPL re-added. | vlefevre | 2002-04-15 | 1 | -1/+1 |
* | mpfr_get_d -> mpfr_get_d1 and mpfr_get_d2 -> mpfr_get_d. | vlefevre | 2002-04-07 | 1 | -2/+2 |
* | COPYING.LIB -> COPYING. | vlefevre | 2002-04-05 | 1 | -1/+1 |
* | removed nested TMP_MARK's (problems when configuring gmp with --disable-alloca) | zimmerma | 2002-04-05 | 1 | -2/+2 |
* | fixed pb with two markers (with --disable-alloca) | zimmerma | 2002-04-05 | 1 | -10/+4 |
* | Copyright line changed. | vlefevre | 2002-03-04 | 1 | -1/+1 |
* | _mpfr_ceil_log2, _mpfr_floor_log2, _mpfr_ceil_exp2 in separate files. | vlefevre | 2002-02-21 | 1 | -47/+0 |
* | mpfr_{div,mul}_2exp -> mpfr_{div,mul}_2ui. | vlefevre | 2002-02-14 | 1 | -1/+1 |
* | Misc bug fixes and code clean-up. | vlefevre | 2002-02-01 | 1 | -1/+3 |
* | Optimization: mpfr_cmp2 now accepts any combination of real arguments | vlefevre | 2002-01-04 | 1 | -15/+12 |
* | changed Library GPL to Lesser GPL | zimmerma | 2001-11-16 | 1 | -4/+4 |
* | added year 2001 in copyright line | zimmerma | 2001-11-16 | 1 | -9/+1 |
* | translated french comments to english | zimmerma | 2001-11-16 | 1 | -6/+1 |
* | cosmetic changes | zimmerma | 2001-10-15 | 1 | -16/+36 |
* | #include added/removed. | vlefevre | 2001-09-13 | 1 | -0/+1 |
* | nested double TMP_DECL's | zimmerma | 2001-06-18 | 1 | -1/+2 |
* | check overflow in _mpfr_ceil_exp2 | zimmerma | 2001-02-16 | 1 | -0/+4 |
* | fixed problems with old K&R compilers (_PROTO missing) | zimmerma | 2001-02-15 | 1 | -3/+6 |
* | fixed bug in _mpfr_ceil_exp2 (underflow when exp < -1022) | zimmerma | 2001-01-05 | 1 | -3/+4 |
* | simplified _mpfr_floor_log2 | zimmerma | 2000-12-22 | 1 | -4/+1 |
* | k2r -> ansi style | zimmerma | 2000-12-21 | 1 | -11/+56 |
* | changed name of mpfr struct fields: _mp_d -> _mpfr_d | zimmerma | 2000-12-18 | 1 | -20/+17 |
* | _mp_prec -> MPFR_PREC | zimmerma | 2000-12-15 | 1 | -1/+2 |
* | 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 | -6/+2 |
* | changed copyright to Free Software Foundation | zimmerma | 2000-12-01 | 1 | -1/+1 |
* | Infinis, premiere tentative. | hanrot | 2000-11-21 | 1 | -2/+1 |
* | protected all macros: xxx -> MPFR_xxx | zimmerma | 2000-10-26 | 1 | -6/+6 |
* | unsigned char -> mp_rnd_t | zimmerma | 2000-02-11 | 1 | -8/+9 |
* | sqrt3 -> sqrt | zimmerma | 1999-10-07 | 1 | -1/+1 |
* | added copyright notice | zimmerma | 1999-07-30 | 1 | -0/+21 |
* | using sqrt3 | boldo | 1999-07-07 | 1 | -3/+3 |