From 5a5635b748a62c8a4cc623a44ec6a946609a17e6 Mon Sep 17 00:00:00 2001 From: enge Date: Fri, 2 Sep 2011 16:55:43 +0000 Subject: 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 --- doc/mpc.texi | 6 ------ 1 file changed, 6 deletions(-) (limited to 'doc') 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}) -- cgit v1.2.1