summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2021-05-03 17:21:32 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2021-05-03 17:21:32 +0000
commit50ad3d7d7fb82d082f21549623174f58c057e6f8 (patch)
treec8c027b9b620016bf55d3474573121e1787270d7 /doc
parent0a36e7a118890de73c1fed86205615cb7550c086 (diff)
downloadmpfr-50ad3d7d7fb82d082f21549623174f58c057e6f8.tar.gz
[doc/mpfr.texi,src/mpfr.h] Detail about the mpfr_pown implementation.
git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14511 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'doc')
-rw-r--r--doc/mpfr.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/mpfr.texi b/doc/mpfr.texi
index 59d46d6f1..17da0efe9 100644
--- a/doc/mpfr.texi
+++ b/doc/mpfr.texi
@@ -2266,8 +2266,8 @@ rounded in the direction @var{rnd}.
The @code{mpfr_powr} function corresponds to the @code{powr} function
from IEEE@tie{}754, i.e., it computes the exponential of
@var{op2} multiplied by the logarithm of @var{op1}.
-The @code{mpfr_pown} function is just an alias for @code{mpfr_pow_sj},
-to follow the C2x function @code{pown}.
+The @code{mpfr_pown} function is just an alias (currently implemented as
+a macro) for @code{mpfr_pow_sj}, to follow the C2x function @code{pown}.
Special values are handled as described in the ISO C99 and IEEE@tie{}754
standards for the @code{pow} function:
@itemize @bullet