summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2021-02-05 16:47:26 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2021-02-05 16:47:26 +0000
commit4f2a30795c961d88cddaa848691e46eedfa5e458 (patch)
tree257df99e5a29c0a44b9b3444911fda0b7e251ef6 /doc
parent88db8636c893e759bda2c3df26e0b50618aed402 (diff)
downloadmpfr-4f2a30795c961d88cddaa848691e46eedfa5e458.tar.gz
added new function mpfr_exp10m1
git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14388 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'doc')
-rw-r--r--doc/mpfr.texi6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/mpfr.texi b/doc/mpfr.texi
index a7560019a..7e58eaae7 100644
--- a/doc/mpfr.texi
+++ b/doc/mpfr.texi
@@ -2229,10 +2229,12 @@ rounded in the direction @var{rnd}.
@deftypefun int mpfr_expm1 (mpfr_t @var{rop}, mpfr_t @var{op}, mpfr_rnd_t @var{rnd})
@deftypefunx int mpfr_exp2m1 (mpfr_t @var{rop}, mpfr_t @var{op}, mpfr_rnd_t @var{rnd})
+@deftypefunx int mpfr_exp10m1 (mpfr_t @var{rop}, mpfr_t @var{op}, mpfr_rnd_t @var{rnd})
Set @var{rop} to @m{e^{@var{op}}-1,the exponential of @var{op} followed by a
subtraction by one}
(resp.@: @m{2^{@var{op}}-1,2 power of @var{op} followed by a
-subtraction by one}),
+subtraction by one},
+and @m{10^{@var{op}}-1,10 power of @var{op} followed by a subtraction by one}),
rounded in the direction @var{rnd}.
@end deftypefun
@@ -4201,7 +4203,7 @@ use @code{mpfr_custom_get_mantissa}.
@item @code{mpfr_erandom} in MPFR@tie{}4.0.
-@item @code{mpfr_exp2m1} in MPFR@tie{}4.2.
+@item @code{mpfr_exp2m1} and @code{mpfr_exp10m1} in MPFR@tie{}4.2.
@item @code{mpfr_flags_clear}, @code{mpfr_flags_restore},
@code{mpfr_flags_save}, @code{mpfr_flags_set} and @code{mpfr_flags_test}