index
:
delta/mpfr.git
2.0.2
2.1
2.2
2.3
2.3-old
2.4
3.0
3.1
4.0
4.1
baserock/morph
exp-int
faithful
feature-block
flags
master
mpfr
mpfr-2-0-2-branch
mpfr-2-1-branch
mpfr-2-2-branch
new-generic-tests
new-sum
set_exp
ubf
ubf2
vl-am113
vlefevre
win-thread-safe-dll
with-mini-gmp
scm.gforge.inria.fr: anonscm/svn/mpfr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pow.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
fixed bug for x=1
zimmerma
2003-03-14
1
-8
/
+13
*
This wasn't a compiler bug; mpfr_pow is really buggy.
vlefevre
2003-03-14
1
-0
/
+4
*
gnu-style
zimmerma
2003-03-13
1
-7
/
+7
*
Special cases for mpfr_pow().
vlefevre
2003-03-12
1
-26
/
+111
*
Useless declaration removed.
vlefevre
2003-03-03
1
-2
/
+0
*
Special cases for mpfr_pow: like Section F.9.4.4 of the
vlefevre
2003-03-03
1
-83
/
+33
*
Prototype fixed.
vlefevre
2003-03-03
1
-1
/
+1
*
mpfr_isinteger -> mpfr_integer_p
zimmerma
2003-02-13
1
-3
/
+3
*
Suppress some #define and fix symbol names (makes code cleaner):
vlefevre
2002-12-16
1
-1
/
+1
*
fixed bug (infinite loop) for exact powers
zimmerma
2002-11-22
1
-1
/
+3
*
cmp_abs -> cmpabs (for compatibility with mpz)
zimmerma
2002-09-23
1
-2
/
+2
*
Reindentation.
vlefevre
2002-07-22
1
-48
/
+47
*
pow.c: bug fixed (in the call to mpfr_can_round).
vlefevre
2002-07-22
1
-8
/
+2
*
mpfr_pow() didn't work when the exponent was a negative integer.
vlefevre
2002-07-04
1
-3
/
+3
*
fixed problem (infinite loop) in mpfr_pow for exact powers
zimmerma
2002-04-30
1
-20
/
+92
*
COPYING -> COPYING.LIB and GPL re-added.
vlefevre
2002-04-15
1
-1
/
+1
[next]