From 0f753f0f2074035184fa927d4a9b3ac9efe13c44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Albin=20Ahlb=C3=A4ck?= Date: Wed, 14 Jul 2021 17:23:31 +0200 Subject: [PATCH] Fixup for expm1: change to 'a more accurate' --- doc/source/acb.rst | 2 +- doc/source/arb.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/acb.rst b/doc/source/acb.rst index a994845a..d0c2a923 100644 --- a/doc/source/acb.rst +++ b/doc/source/acb.rst @@ -666,7 +666,7 @@ Exponentials and logarithms .. function:: void acb_expm1(acb_t res, const acb_t z, slong prec) - Sets *res* to `\exp(z)-1`, using an accurate method when `z \approx 0`. + Sets *res* to `\exp(z)-1`, using a more accurate method when `z \approx 0`. .. function:: void acb_log(acb_t y, const acb_t z, slong prec) diff --git a/doc/source/arb.rst b/doc/source/arb.rst index 637c9918..f4a7a57a 100644 --- a/doc/source/arb.rst +++ b/doc/source/arb.rst @@ -1065,7 +1065,7 @@ Exponentials and logarithms .. function:: void arb_expm1(arb_t z, const arb_t x, slong prec) - Sets `z = \exp(x)-1`, using an accurate method when `x \approx 0`. + Sets `z = \exp(x)-1`, using a more accurate method when `x \approx 0`. .. function:: void arb_exp_invexp(arb_t z, arb_t w, const arb_t x, slong prec)