mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Fix comment.
This commit is contained in:
parent
22385011ed
commit
50b0a365ba
1 changed files with 1 additions and 1 deletions
|
|
@ -7080,7 +7080,7 @@ _mpd_qreciprocal(mpd_t *result, const mpd_t *a, const mpd_context_t *ctx,
|
|||
* q, r = divmod(coeff(a), coeff(b))
|
||||
*
|
||||
* Strategy: Multiply the dividend by the reciprocal of the divisor. The
|
||||
* inexact result is fixed by a small loop, using at most 2 iterations.
|
||||
* inexact result is fixed by a small loop, using at most one iteration.
|
||||
*
|
||||
* ACL2 proofs:
|
||||
* ------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue