summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-09-02 16:55:43 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-09-02 16:55:43 +0000
commit5a5635b748a62c8a4cc623a44ec6a946609a17e6 (patch)
tree987a4c4a21cca88e33a96e3e81e1474419d07150 /doc
parentec4abbab5bfd18c3b1a1a642499873384d7da336 (diff)
downloadmpc-5a5635b748a62c8a4cc623a44ec6a946609a17e6.tar.gz
div.c: implemented return value
div.dat: updated accordingly git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@1075 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'doc')
-rw-r--r--doc/mpc.texi6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/mpc.texi b/doc/mpc.texi
index f8c6f42..8e400ef 100644
--- a/doc/mpc.texi
+++ b/doc/mpc.texi
@@ -881,11 +881,6 @@ Set @var{rop} to the square of @var{op} rounded according to @var{rnd}.
@deftypefunx int mpc_ui_div (mpc_t @var{rop}, unsigned long int @var{op1}, mpc_t @var{op2}, mpc_rnd_t @var{rnd})
@deftypefunx int mpc_fr_div (mpc_t @var{rop}, mpfr_t @var{op1}, mpc_t @var{op2}, mpc_rnd_t @var{rnd})
Set @var{rop} to @var{op1}/@var{op2} rounded according to @var{rnd}.
-For @code{mpc_div}, @code{mpc_ui_div} and @code{mpc_fr_div}, the usual
-semantics of the return value is not yet implemented. We only guarantee
-that a return value of 0 indicates an exact result.
-But exact results may lead to a non-zero return value, and the sign of a
-non-zero return value is not significant.
@end deftypefun
@deftypefun int mpc_neg (mpc_t @var{rop}, mpc_t @var{op}, mpc_rnd_t @var{rnd})
@@ -902,7 +897,6 @@ if @var{rop} and @var{op} are the same variable.
@deftypefun int mpc_abs (mpfr_t @var{rop}, mpc_t @var{op}, mpfr_rnd_t @var{rnd})
Set the floating-point number @var{rop} to the absolute value of @var{op},
rounded in the direction @var{rnd}.
-The returned value is zero iff the result is exact.
@end deftypefun
@deftypefun int mpc_norm (mpfr_t @var{rop}, mpc_t @var{op}, mpfr_rnd_t @var{rnd})