mirror of
https://github.com/vale981/arb
synced 2025-03-06 01:41:39 -05:00
small doc fixes
This commit is contained in:
parent
7d0f75f38e
commit
472b1768c4
1 changed files with 2 additions and 1 deletions
|
@ -77,6 +77,7 @@ Polynomial roots
|
|||
do a squarefree factorization (which also gives the correct multiplicities
|
||||
of the roots)::
|
||||
|
||||
fmpz_poly_factor_t fac;
|
||||
fmpz_poly_factor_init(fac);
|
||||
fmpz_poly_factor_squarefree(fac, poly);
|
||||
|
||||
|
@ -93,7 +94,7 @@ Polynomial roots
|
|||
|
||||
All roots are refined to a relative accuracy of at least *prec* bits.
|
||||
The output values will generally have higher actual precision,
|
||||
depending on the precision used internally the algorithm.
|
||||
depending on the precision used internally by the algorithm.
|
||||
|
||||
This implementation should be adequate for general use, but it is not
|
||||
currently competitive with state-of-the-art isolation
|
||||
|
|
Loading…
Add table
Reference in a new issue