summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2008-07-19 16:09:13 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2008-07-19 16:09:13 +0000
commit63922fa79c6c1781951942138fe0d28cd6cd6015 (patch)
tree601a90a641760de634f96b4465746a4cd8933fbd
parentbcbf300e7b90641962439e6000d345f37a9f7108 (diff)
downloadmpfr-63922fa79c6c1781951942138fe0d28cd6cd6015.tar.gz
mpfr.texi: forgot the case x^(±0).
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@5418 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 029ac884f..22af4b8e5 100644
--- a/mpfr.texi
+++ b/mpfr.texi
@@ -1368,6 +1368,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}.