mirror of
https://github.com/vale981/arb
synced 2025-03-05 09:21:38 -05:00
Merge branch 'master' of github.com:fredrik-johansson/arb
This commit is contained in:
commit
28e672e7da
2 changed files with 3 additions and 3 deletions
|
@ -666,11 +666,11 @@ Exponentials and logarithms
|
|||
|
||||
.. function:: void acb_exp_invexp(acb_t s, acb_t t, const acb_t z, slong prec)
|
||||
|
||||
Sets `v = \exp(z)` and `w = \exp(-z)`.
|
||||
Sets `s = \exp(z)` and `t = \exp(-z)`.
|
||||
|
||||
.. function:: void acb_expm1(acb_t res, const acb_t z, slong prec)
|
||||
|
||||
Computes `\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)
|
||||
|
||||
|
|
|
@ -1072,7 +1072,7 @@ Exponentials and logarithms
|
|||
|
||||
.. function:: void arb_expm1(arb_t z, const arb_t x, slong prec)
|
||||
|
||||
Sets `z = \exp(x)-1`, computed accurately 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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue