mirror of
https://github.com/vale981/arb
synced 2025-03-05 17:31:38 -05:00
fix typo
This commit is contained in:
parent
7b6828df42
commit
b24d5d482d
1 changed files with 1 additions and 1 deletions
|
@ -288,7 +288,7 @@ Powers and logarithms
|
|||
.. function:: void mag_root(mag_t z, const mag_t x, ulong n)
|
||||
|
||||
Sets *z* to an upper bound for `x^{1/n}`.
|
||||
We evaluate `\exp(\log(1+2^{kn}x)/n) 2^{-n}`, where *k* is chosen
|
||||
We evaluate `\exp(\log(1+2^{kn}x)/n) 2^{-k}`, where *k* is chosen
|
||||
so that `2^{kn}x \approx 2^{30}`.
|
||||
|
||||
.. function:: void mag_log1p(mag_t z, const mag_t x)
|
||||
|
|
Loading…
Add table
Reference in a new issue