mirror of
https://github.com/vale981/arb
synced 2025-03-06 01:41:39 -05:00
Fixup for expm1: change to 'a more accurate'
This commit is contained in:
parent
4816ac93a2
commit
0f753f0f20
2 changed files with 2 additions and 2 deletions
|
@ -666,7 +666,7 @@ Exponentials and logarithms
|
||||||
|
|
||||||
.. function:: void acb_expm1(acb_t res, const acb_t z, slong prec)
|
.. 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)
|
.. function:: void acb_log(acb_t y, const acb_t z, slong prec)
|
||||||
|
|
||||||
|
|
|
@ -1065,7 +1065,7 @@ Exponentials and logarithms
|
||||||
|
|
||||||
.. function:: void arb_expm1(arb_t z, const arb_t x, slong prec)
|
.. 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)
|
.. function:: void arb_exp_invexp(arb_t z, arb_t w, const arb_t x, slong prec)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue