mirror of
https://github.com/vale981/arb
synced 2025-03-06 01:41:39 -05:00
typo
This commit is contained in:
parent
72059632d1
commit
1959ebe699
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ The exponential function
|
|||
.. function:: void elefun_exp_sum_bs_powtab(fmpz_t T, fmpz_t Q, mp_bitcnt_t * Qexp, const fmpz_t x, mp_bitcnt_t r, long N)
|
||||
|
||||
Computes *T*, *Q* and *Qexp* such that
|
||||
`T / (Q 2^{\text{Qexp}}) = \sum_{k=1}^N (x/2^r)/k!` using binary splitting.
|
||||
`T / (Q 2^{\text{Qexp}}) = \sum_{k=1}^N (x/2^r)^k/k!` using binary splitting.
|
||||
Note that the sum is taken to *N* inclusive and omits the constant term.
|
||||
|
||||
The *powtab* version precomputes a table of powers of *x*,
|
||||
|
|
Loading…
Add table
Reference in a new issue