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
*
This is now GNU MPFR!
vlefevre
2008-10-27
1
-4
/
+4
*
Added logging support to mpfr_sqr and mpfr_sqrt.
vlefevre
2008-07-31
1
-0
/
+3
*
Copyright notice update: added 2008 with
vlefevre
2008-01-01
1
-1
/
+1
*
sqrt.c: avoid the exponent range extension.
vlefevre
2007-09-18
1
-5
/
+2
*
sqrt.c: extend exponent range (this also fixes the fact that the global
vlefevre
2007-09-18
1
-2
/
+5
*
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 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
*
Removed trailing spaces (better for future patches, as such spaces
vlefevre
2005-08-18
1
-1
/
+1
*
Converted tabs to spaces with expand.
vlefevre
2005-08-18
1
-3
/
+3
*
Change the address of the FSF.
pelissip
2005-06-02
1
-2
/
+2
*
Replace TMP_ALLOC by MPFR_TMP_ALLOC
pelissip
2005-05-18
1
-4
/
+4
*
Updated copyright lines.
vlefevre
2005-02-21
1
-1
/
+1
*
fixed bug (variable used twice for different things)
zimmerma
2005-02-18
1
-3
/
+5
*
improved coverage (and fixed bug)
zimmerma
2004-12-24
1
-2
/
+3
*
Fix bug with TMP_MARK.
pelissip
2004-11-17
1
-0
/
+1
*
use MPFR_SET_EXP/MPFR_GET_EXP instead of MPFR_EXP(r)++
zimmerma
2004-11-12
1
-2
/
+5
*
Bug fix: delayed all the initializations after the singular test.
vlefevre
2004-11-12
1
-9
/
+19
*
Untabified the source.
vlefevre
2004-11-11
1
-106
/
+107
*
The test MPFR_GET_EXP(u) != MPFR_EMAX_MAX is no longer necessary
vlefevre
2004-11-11
1
-3
/
+1
*
Remove use of CNST_LIMB and TMP_ALLOC_LIMB which are GMP internal.
pelissip
2004-11-10
1
-15
/
+15
*
new simpler and faster code
zimmerma
2004-11-10
1
-187
/
+150
*
Likely / Unlikely some tests using gcov.
pelissip
2004-07-09
1
-46
/
+33
*
Change from MP_LIMB_T_ONE to MPFR_LIMB_ONE and/or MPFR_LIMB_MASK.
pelissip
2004-03-26
1
-6
/
+5
*
Remove some warnings.
pelissip
2004-02-24
1
-2
/
+2
*
patch from Guillaume Hanrot
zimmerma
2004-02-23
1
-15
/
+18
*
Removed the no longer used label "fin" and fixed the indentation.
vlefevre
2004-02-16
1
-182
/
+181
*
new coverage tests
zimmerma
2004-02-14
1
-5
/
+12
*
+ Add mpfr_add1sp which provides addition when all the operands have the same...
pelissip
2004-02-12
1
-1
/
+2
*
Add forgotten copyright 2004 line.
pelissip
2004-02-06
1
-2
/
+1
*
+ Better support of non IEEE doubles.
pelissip
2004-02-06
1
-3
/
+4
*
Add a real function for mpfr_sgn (not a call to mpfr_cmp_ui_2exp).
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
-42
/
+38
*
replaced mpfr_can_round (approx, err, rnd1, GMP_RNDN, prec)
zimmerma
2003-10-14
1
-1
/
+1
*
Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECK
vlefevre
2003-05-22
1
-6
/
+6
*
MP_LIMB_T_HIGHBIT -> MPFR_LIMB_HIGHBIT.
vlefevre
2002-06-26
1
-2
/
+2
*
COPYING -> COPYING.LIB and GPL re-added.
vlefevre
2002-04-15
1
-1
/
+1
*
COPYING.LIB -> COPYING.
vlefevre
2002-04-05
1
-1
/
+1
*
put back label removed by error
zimmerma
2002-04-05
1
-0
/
+1
*
removed nested TMP_MARK's (problems when configuring gmp with --disable-alloca)
zimmerma
2002-04-05
1
-10
/
+3
*
fixed bug for sqrt(-0) found by Kevin [NaN flag not cleared]
zimmerma
2002-03-25
1
-1
/
+1
*
Copyright line changed.
vlefevre
2002-03-04
1
-1
/
+1
*
Code reformatted.
vlefevre
2002-01-25
1
-147
/
+153
*
MPFR_PREC_MAX redefined.
vlefevre
2002-01-22
1
-19
/
+25
*
can_round type changed: char -> int.
vlefevre
2002-01-21
1
-11
/
+7
*
Bug fixes:
vlefevre
2002-01-21
1
-27
/
+30
*
use now new sqrtrem from gmp-4.0
zimmerma
2001-12-05
1
-1
/
+1
*
removed K&R function headers
zimmerma
2001-11-16
1
-9
/
+1
*
changed Library GPL to Lesser GPL
zimmerma
2001-11-16
1
-4
/
+4
[next]