summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-03-04 14:28:29 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-03-04 14:28:29 +0000
commit2d0b31b6915d02dbe7cdf251b2577b47eee9f867 (patch)
tree854a5d6b322e1493e36da8ac083776e1f3141485
parent8d75e360c26d084f9400efb987ec03be68fcb0fe (diff)
downloadmpfr-2d0b31b6915d02dbe7cdf251b2577b47eee9f867.tar.gz
[src/cmp2.c] Comment: some absolute values are not needed (again).
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13751 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--src/cmp2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmp2.c b/src/cmp2.c
index e552cb203..f963316ec 100644
--- a/src/cmp2.c
+++ b/src/cmp2.c
@@ -62,7 +62,7 @@ mpfr_cmp2 (mpfr_srcptr b, mpfr_srcptr c, mpfr_prec_t *cancel)
will not be affected: by symmetry (as done in the code), assume
|b| >= |c|; if EXP(b) - EXP(c) >= MPFR_EXP_MAX, then |c| < ulp(b),
so that the value of cancel is 0, or 1 if |b| is a power of 2,
- whatever the exact value of |EXP(b) - EXP(c)|. */
+ whatever the exact value of EXP(b) - EXP(c). */
MPFR_STAT_STATIC_ASSERT (MPFR_EXP_MAX > MPFR_PREC_MAX);
if (sdiff_exp >= 0)