| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed indentation. | vlefevre | 2007-11-29 | 1 | -20/+20 |
* | fixed bug reported by Kevin Rauch (wrong sign in case of underflow for | zimmerma | 2007-11-29 | 1 | -3/+7 |
* | added new macro MPFR_ALIAS | zimmerma | 2007-11-05 | 1 | -4/+1 |
* | pow.c: removed FIXME comment. | vlefevre | 2007-11-03 | 1 | -4/+0 |
* | fixed case x < 0, y large integer | zimmerma | 2007-11-03 | 1 | -17/+31 |
* | pow.c: added FIXME comment. | vlefevre | 2007-11-03 | 1 | -0/+4 |
* | Fixed several bugs in mpfr_pow (from rev 3592 and 4932); added testcase. | vlefevre | 2007-11-02 | 1 | -34/+41 |
* | Untabified and removed trailing spaces. | vlefevre | 2007-10-31 | 1 | -3/+3 |
* | pow.c, tpow.c: fixed bugs reported by Kevin Rauch | zimmerma | 2007-10-30 | 1 | -30/+92 |
* | pow.c: added MPFR_SMALL_INPUT_AFTER_SAVE_EXPO for the case where | vlefevre | 2007-08-09 | 1 | -1/+20 |
* | <stdio.h> and <limits.h> are now included unconditionally in mpfr-impl.h | vlefevre | 2007-07-09 | 1 | -2/+0 |
* | Added "Contributed by the Arenaire and Cacao projects, INRIA." to the | vlefevre | 2007-02-07 | 1 | -0/+1 |
* | Copyright notice update: added 2007. | vlefevre | 2007-01-10 | 1 | -1/+1 |
* | fixed bug in pow (isodd -> assertion failed) | zimmerma | 2006-11-19 | 1 | -5/+15 |
* | Fixed several problems in pow.c concerning underflows, overflows and | vlefevre | 2006-08-20 | 1 | -8/+101 |
* | Fixed FSF address. | vlefevre | 2006-03-31 | 1 | -1/+1 |
* | Updated the copyright notices according to the new GNU rules on: | vlefevre | 2006-01-05 | 1 | -1/+1 |
* | check for overflow/underflow in pow and gamma | zimmerma | 2005-08-29 | 1 | -0/+17 |
* | Converted tabs to spaces with expand. | vlefevre | 2005-08-18 | 1 | -78/+78 |
* | Change the address of the FSF. | pelissip | 2005-06-02 | 1 | -2/+2 |
* | New way of handling exact value. | pelissip | 2005-05-18 | 1 | -82/+92 |
* | Add assertions | pelissip | 2005-05-18 | 1 | -57/+5 |
* | Fix bug: returning 1 didn't take the rounding mode into account. | pelissip | 2005-05-18 | 1 | -10/+7 |
* | Clean up | pelissip | 2005-05-17 | 1 | -53/+40 |
* | improved const_euler and eint | zimmerma | 2005-05-04 | 1 | -13/+32 |
* | Replace mpfr_can_round (..., GMP_RNDN, GMP_RNDZ, ...) to fast replacement | pelissip | 2005-03-14 | 1 | -2/+1 |
* | Log input and ouput of functions. | pelissip | 2005-02-15 | 1 | -0/+3 |
* | Clean up code. | pelissip | 2005-02-14 | 1 | -42/+36 |
* | Rename internal functions mpfr_set_overflow in mpfr_overflow and | pelissip | 2005-02-03 | 1 | -1/+1 |
* | Updated copyright lines. | vlefevre | 2005-01-28 | 1 | -1/+1 |
* | Fix bug reported by Eric Buchlin by using new function | pelissip | 2005-01-24 | 1 | -13/+3 |
* | added check before mpz_get_si() call | zimmerma | 2005-01-24 | 1 | -0/+1 |
* | Replace __gmpfr_ceil_log2 by MPFR_INT_CEIL_LOG2 when possible. | pelissip | 2004-11-10 | 1 | -1/+1 |
* | Really reverted to rev. 1.54 + kept optimization + commented out | vlefevre | 2004-02-16 | 1 | -39/+63 |
* | revert to rev 1.54 code for case x infinite | zimmerma | 2004-02-16 | 1 | -26/+9 |
* | fixed bug with in-place computation | zimmerma | 2004-02-16 | 1 | -1/+2 |
* | changed back to C99 standard for special values of x^y | zimmerma | 2004-02-16 | 1 | -22/+18 |
* | Fix: MPFR_NOT_ZERO -> MPFR_NOTZERO. | vlefevre | 2004-02-16 | 1 | -1/+1 |
* | improved coverage test | zimmerma | 2004-02-14 | 1 | -27/+77 |
* | Add forgotten copyright 2004 line. | pelissip | 2004-02-06 | 1 | -2/+1 |
* | + Better support of non IEEE doubles. | pelissip | 2004-02-06 | 1 | -4/+2 |
* | Remove some warnings and potential errors (Comparaison between signed and uns... | pelissip | 2003-11-21 | 1 | -1/+1 |
* | Optimization of mpfr_mul. | pelissip | 2003-11-19 | 1 | -5/+4 |
* | fixed bug in case exact result | zimmerma | 2003-11-18 | 1 | -3/+10 |
* | fixed bug for output precision > max(input precisions) | zimmerma | 2003-11-14 | 1 | -0/+1 |
* | Fix some bugs (Use MPFR_ASSERT(1) instead of MPFR_ASSERT(0)) | pelissip | 2003-11-05 | 1 | -1/+1 |
* | Use of MPFR_UNLIKELY and MPFR_IS_SINGULAR for fast detection of special value... | pelissip | 2003-10-28 | 1 | -98/+94 |
* | replaced mpfr_can_round (approx, err, rnd1, GMP_RNDN, prec) | zimmerma | 2003-10-14 | 1 | -1/+2 |
* | fixed bug in mpfr_pow found by Ming J. Tsai (overflow) | zimmerma | 2003-10-10 | 1 | -1/+16 |
* | Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECK | vlefevre | 2003-05-22 | 1 | -4/+4 |