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
/
sqrt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
changed Library GPL to Lesser GPL
zimmerma
2001-11-16
1
-4
/
+4
*
1 -> BITS_PER_MP_LIMB
zimmerma
2001-11-16
1
-6
/
+8
*
1 -> BITS_PER_MP_LIMB
zimmerma
2001-11-16
1
-6
/
+6
*
cast to mp_limb_t was missing
zimmerma
2001-10-18
1
-3
/
+5
*
inexact flag was wrong in some cases
zimmerma
2001-10-11
1
-37
/
+54
*
Parameter added to mpfr_round_raw: pointer to inexact ternary value.
vlefevre
2001-09-10
1
-1
/
+1
*
nested double TMP_DECL's
zimmerma
2001-06-18
1
-1
/
+4
*
k2r -> ansi style
zimmerma
2000-12-21
1
-4
/
+17
*
changed name of mpfr struct fields: _mp_d -> _mpfr_d
zimmerma
2000-12-18
1
-2
/
+3
*
clear NaN/Inf flags in normal case
zimmerma
2000-12-15
1
-1
/
+6
*
_mp_d -> MPFR_MANT
zimmerma
2000-12-15
1
-3
/
+3
*
Permutation of includes to avoid warnings due to careless multiple definition
hanrot
2000-12-15
1
-1
/
+1
*
forgot TMP_MARK(marker) or free'd in wrong order
zimmerma
2000-12-12
1
-1
/
+2
*
fixed one bug found by N. Mueller (MPFR_ABSSIZE(u) was used instead of usize)
zimmerma
2000-12-04
1
-8
/
+11
*
changed copyright to Free Software Foundation
zimmerma
2000-12-01
1
-1
/
+1
*
sign of result was not correctly (re)set
zimmerma
2000-12-01
1
-1
/
+2
*
Infinis, premiere tentative.
hanrot
2000-11-21
1
-1
/
+6
*
protected all macros: xxx -> MPFR_xxx
zimmerma
2000-10-26
1
-22
/
+22
*
now uses new code mpn_sqrtrem_new
zimmerma
2000-09-29
1
-1
/
+1
*
replaced mp_bits_per_limb by BITS_PER_MP_LIMB (constant)
zimmerma
2000-08-16
1
-1
/
+1
*
Patch for 1 << (BITS_PER_MP_LIMB - x) when x is 0 (produces inexact results
hanrot
2000-06-19
1
-4
/
+10
*
removed longlong.h (not needed)
zimmerma
2000-05-29
1
-1
/
+0
*
unsigned char -> mp_rnd_t
zimmerma
2000-02-11
1
-2
/
+9
*
now use kara_sqrtrem instead of mpn_sqrtrem
zimmerma
2000-02-03
1
-3
/
+5
*
now use directly mpn_sqrtrem (previously sqrt3.c)
zimmerma
1999-10-07
1
-54
/
+187
*
added copyright notice
zimmerma
1999-07-30
1
-0
/
+21
*
Patch mpfr_set -> MPN_COPY
hanrot
1999-07-01
1
-1
/
+1
*
(Temporary) patch for memory gestion in sqrt.c
hanrot
1999-07-01
1
-10
/
+10
*
mpfr_init -> mpfr_init2
zimmerma
1999-07-01
1
-1
/
+1
*
initialize temporary variables with current precision
zimmerma
1999-07-01
1
-1
/
+1
*
Prototypes et quelques causes de warnings corriges.
hanrot
1999-06-25
1
-1
/
+9
*
removed DEBUG stuff and fixed pb with exact root and GMP_RNDZ
zimmerma
1999-06-25
1
-22
/
+5
*
removed 3rd argument of mpfr_set_prec
zimmerma
1999-06-24
1
-3
/
+1
*
patch to detect exact roots (otherwise problem with rounding to zero)
zimmerma
1999-06-17
1
-2
/
+7
*
SET_NAN(x) -> SET_NAN(X)
zimmerma
1999-06-17
1
-1
/
+1
*
now iterates if one cannot round after 1st try,
zimmerma
1999-06-16
1
-22
/
+19
*
Initial revision
hanrot
1999-06-09
1
-0
/
+73