Fix comment.

This commit is contained in:
Stefan Krah 2012-06-20 23:38:51 +02:00
parent 22385011ed
commit 50b0a365ba
1 changed files with 1 additions and 1 deletions

View File

@ -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:
* ------------