From 1999bbf7bc17a8b9eb61a65ed3287f96992f2a51 Mon Sep 17 00:00:00 2001 From: zimmerma Date: Mon, 9 Jan 2012 22:11:50 +0000 Subject: changed result for 0^0, according to the discussion on http://lists.gforge.inria.fr/pipermail/mpc-discuss/2011-December/001049.html git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@1118 211d60ee-9f03-0410-a15a-8952a2c7a4e4 --- doc/mpc.texi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc') diff --git a/doc/mpc.texi b/doc/mpc.texi index 26e4a36..dfa74ec 100644 --- a/doc/mpc.texi +++ b/doc/mpc.texi @@ -947,6 +947,8 @@ to @var{rnd}. For @code{mpc_pow_d}, @code{mpc_pow_ld}, @code{mpc_pow_si}, @code{mpc_pow_ui}, @code{mpc_pow_z} and @code{mpc_pow_fr}, the imaginary part of @var{op2} is considered as +0. +When both @var{op1} and @var{op2} are zero, the result has real part 1, +and imaginary part 0, with sign being the opposite of that of @var{op2}. @end deftypefun @deftypefun int mpc_exp (mpc_t @var{rop}, mpc_t @var{op}, mpc_rnd_t @var{rnd}) -- cgit v1.2.1