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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Untabified and removed trailing spaces.
vlefevre
2007-10-31
11
-85
/
+85
*
pow.c, tpow.c: fixed bugs reported by Kevin Rauch
zimmerma
2007-10-30
3
-31
/
+141
*
cosmetic changes
zimmerma
2007-10-30
1
-5
/
+7
*
added missing \Li2
zimmerma
2007-10-30
1
-0
/
+1
*
added more test cases for mpfr_li2
zimmerma
2007-10-28
3
-7
/
+43
*
fixed bug mentioned by Kevin Rauch: mpfr_lgamma was hanging for tiny input
zimmerma
2007-10-28
2
-45
/
+76
*
fixed bug reported by Kevin Rauch: wrong sign for jn(n even, large negative x)
zimmerma
2007-10-28
3
-3
/
+14
*
removed item on mpfr_sinh_cosh (done)
zimmerma
2007-10-28
1
-6
/
+8
*
added comment about function/macro in custom interface
zimmerma
2007-10-28
1
-1
/
+2
*
jn.c: improved choice of initial precision in Taylor series (takes into
zimmerma
2007-10-28
2
-2
/
+43
*
factorial.c: added FIXME comment.
vlefevre
2007-10-27
1
-0
/
+2
*
gamma.c: attempt to fix wrong fix in 4918 (the maximum exponent can
vlefevre
2007-10-27
1
-8
/
+8
*
added note about efficiency of special functions
zimmerma
2007-10-27
1
-1
/
+5
*
fixed bug in zeta(large negative) reported by Kevin Rauch [wrong inexact flag]
zimmerma
2007-10-27
2
-8
/
+19
*
fixed inefficiency reported by Kevin Rauch when x large negative (erfc -> 2)
zimmerma
2007-10-27
2
-5
/
+40
*
fixed another bug found by Kevin Rauch: gamma(huge integer) failed on 64-bit
zimmerma
2007-10-26
2
-2
/
+10
*
fixed bug found by Kevin Rauch (emin/emax not restored for x=1,2)
zimmerma
2007-10-26
2
-1
/
+18
*
added test for reference values
zimmerma
2007-10-26
1
-0
/
+2
*
reference values for li2
zimmerma
2007-10-26
1
-0
/
+119
*
algorithms.tex: description of dilogarithm algorithm
thevenyp
2007-10-26
2
-171
/
+667
*
mpfr.texi: small change in the description of mpfr_subnormalize.
vlefevre
2007-10-23
1
-1
/
+1
*
added more details in the description of subnormalize
zimmerma
2007-10-23
1
-0
/
+7
*
subnormal.c: fixed the bugs when old_inex is INT_MIN or INT_MAX.
vlefevre
2007-10-23
1
-6
/
+7
*
tsubnormal.c: added some tests showing bugs when old_inex is INT_MIN
vlefevre
2007-10-23
1
-10
/
+30
*
subnormal.c: corrected comment.
vlefevre
2007-10-23
1
-3
/
+3
*
Changeset r4904 introduced an assertion failure, but the assertion
vlefevre
2007-10-23
2
-4
/
+5
*
fixed 2 bugs reported by Kevin Rauch
zimmerma
2007-10-22
2
-8
/
+90
*
subnormal.c: replaced incorrect comment.
vlefevre
2007-10-22
1
-4
/
+4
*
tests: updated svn:ignore property.
vlefevre
2007-10-22
0
-0
/
+0
*
added new references
zimmerma
2007-10-22
1
-0
/
+17
*
added asymptotic expansions
zimmerma
2007-10-20
1
-2
/
+110
*
li2.c: add Ziv's loop in li2_series
thevenyp
2007-10-19
2
-34
/
+88
*
li2.c: fix a typo and fix use of taylor series
thevenyp
2007-10-17
2
-11
/
+12
*
add dilogarithm function
thevenyp
2007-10-16
7
-3
/
+637
*
added item in Efficiency section
zimmerma
2007-10-15
1
-0
/
+6
*
added table of contents
zimmerma
2007-10-15
1
-37
/
+15
*
Fixed acosh(x) with x slightly larger than 1, using sqrt(2(x-1)) and
vlefevre
2007-10-15
2
-45
/
+44
*
tests/tacosh.c: added another test with x a bit larger than 1 and
vlefevre
2007-10-15
1
-1
/
+17
*
acosh.c: added a comment about the fix I did in r4814.
vlefevre
2007-10-12
1
-0
/
+5
*
added extra reference for slowness of mpfr_root
zimmerma
2007-10-09
1
-0
/
+1
*
FAQ update (added Question 8).
vlefevre
2007-10-09
1
-0
/
+17
*
mpfr.texi: another small change in Contributors section.
vlefevre
2007-10-09
1
-5
/
+5
*
mpfr.texi: small change in Contributors section.
vlefevre
2007-10-09
1
-1
/
+1
*
mpfr.texi: mention Fiable and AOC actions in the Contributors section.
vlefevre
2007-10-09
1
-0
/
+2
*
added reference to ACM TOMS paper
zimmerma
2007-10-09
1
-14
/
+22
*
fixed typo in sectioning
zimmerma
2007-10-09
1
-1
/
+1
*
removed mpfr_get_d1 from documented functions
zimmerma
2007-10-08
1
-37
/
+5
*
renamed "Rounding Mode Related Functions" to "Rounding Related Functions"
zimmerma
2007-10-08
1
-61
/
+60
*
added hint for mpfr_can_round to get ternary value
zimmerma
2007-10-08
1
-0
/
+13
*
changed mpfr_can_round() call into MPFR_CAN_ROUND() call
zimmerma
2007-10-08
1
-6
/
+1
[next]