summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-09-02 12:41:35 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-09-02 12:41:35 +0000
commite5ec494194c5585e2736354fd0bf284db0ba729b (patch)
treeee86d00fbf2b5e263d055c37a31eb326902e315d /doc
parent26d2d8b13d1b199493f45e63b27aa084f4cfa09c (diff)
downloadmpc-e5ec494194c5585e2736354fd0bf284db0ba729b.tar.gz
norm.c: rewritten to handle all cases of over- and underflow and to obtain a
correct ternary return value norm.dat: new tests with over- and underflow mpc-impl.h: added macro MPC_MIN BUGS, TODO, mpc.texi updated to reflect these changes git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@1071 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'doc')
-rw-r--r--doc/mpc.texi2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/mpc.texi b/doc/mpc.texi
index 2388393..f8c6f42 100644
--- a/doc/mpc.texi
+++ b/doc/mpc.texi
@@ -909,8 +909,6 @@ The returned value is zero iff the result is exact.
Set the floating-point number @var{rop} to the norm of @var{op}
(i.e., the square of its absolute value),
rounded in the direction @var{rnd}.
-The returned value is zero iff the result is exact.
-Note that the destination is of type @code{mpfr_t}, not @code{mpc_t}.
@end deftypefun
@deftypefun int mpc_mul_2exp (mpc_t @var{rop}, mpc_t @var{op1}, unsigned long int @var{op2}, mpc_rnd_t @var{rnd})