Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 50b0a36

Browse files
author
Stefan Krah
committed
Fix comment.
1 parent 2238501 commit 50b0a36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/_decimal/libmpdec/mpdecimal.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7080,7 +7080,7 @@ _mpd_qreciprocal(mpd_t *result, const mpd_t *a, const mpd_context_t *ctx,
70807080
* q, r = divmod(coeff(a), coeff(b))
70817081
*
70827082
* Strategy: Multiply the dividend by the reciprocal of the divisor. The
7083-
* inexact result is fixed by a small loop, using at most 2 iterations.
7083+
* inexact result is fixed by a small loop, using at most one iteration.
70847084
*
70857085
* ACL2 proofs:
70867086
* ------------

0 commit comments

Comments
 (0)