summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-09-02 17:14:37 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-09-02 17:14:37 +0000
commitc4e0a182135706a4eb73dd78eb1d0c9aa97d7bec (patch)
tree457aef17e96b587542e80c898baba8ae8868296b
parent5a5635b748a62c8a4cc623a44ec6a946609a17e6 (diff)
downloadmpc-c4e0a182135706a4eb73dd78eb1d0c9aa97d7bec.tar.gz
div.c: removed (now false) comment
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@1076 211d60ee-9f03-0410-a15a-8952a2c7a4e4
-rw-r--r--src/div.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/div.c b/src/div.c
index ffb260b..7d8c811 100644
--- a/src/div.c
+++ b/src/div.c
@@ -375,5 +375,4 @@ mpc_div (mpc_ptr a, mpc_srcptr b, mpc_srcptr c, mpc_rnd_t rnd)
mpfr_clear (q);
return (MPC_INEX (inexact_re, inexact_im));
- /* Only exactness vs. inexactness is tested, not the sign. */
}