Fixup for expm1: change to 'a more accurate'

This commit is contained in:
Albin Ahlbäck 2021-07-14 17:23:31 +02:00
parent 4816ac93a2
commit 0f753f0f20
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -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)