summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2008-07-19 16:11:48 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2008-07-19 16:11:48 +0000
commit2f017939808ad1b5ebfce5e3da06fcbc2e73fc63 (patch)
tree1c253741896263661ca6bddd56e9402657f783f6
parent23239d9b5c3c7930969deba548f6d6d83be12d2c (diff)
downloadmpfr-2f017939808ad1b5ebfce5e3da06fcbc2e73fc63.tar.gz
mpfr.texi: forgot the case x^(±0). [svn merge -c5418 .../mpfr/trunk]
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/2.3@5419 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--mpfr.texi1
1 files changed, 1 insertions, 0 deletions
diff --git a/mpfr.texi b/mpfr.texi
index a507e4a20..dcad7c588 100644
--- a/mpfr.texi
+++ b/mpfr.texi
@@ -1342,6 +1342,7 @@ for the @code{pow} function (note this may change in future versions):
@item @code{pow(@pom{}0, @var{y})} returns plus zero for @var{y} positive and not an odd integer.
@item @code{pow(-1, @pom{}Inf)} returns 1.
@item @code{pow(+1, @var{y})} returns 1 for any @var{y}, even a NaN.
+@item @code{pow(@var{x}, @pom{}0)} returns 1 for any @var{x}, even a NaN.
@item @code{pow(@var{x}, @var{y})} returns NaN for finite negative @var{x} and finite non-integer @var{y}.
@item @code{pow(@var{x}, -Inf)} returns plus infinity for @math{0 < @GMPabs{x} < 1}, and plus zero for @math{@GMPabs{x} > 1}.
@item @code{pow(@var{x}, +Inf)} returns plus zero for @math{0 < @GMPabs{x} < 1}, and plus infinity for @math{@GMPabs{x} > 1}.