projects
/
platform
/
upstream
/
guile.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a1f22c
)
Fix typo in comment.
author
Mark H Weaver
<mhw@netris.org>
Wed, 17 Apr 2019 11:32:23 +0000
(07:32 -0400)
committer
Mark H Weaver
<mhw@netris.org>
Tue, 7 May 2019 08:37:52 +0000
(
04:37
-0400)
libguile/numbers.c
patch
|
blob
|
history
diff --git
a/libguile/numbers.c
b/libguile/numbers.c
index 1a04cca4357f0e03704dc1449f7e1deeae5745fa..31fdee47abb870b131f6d36d7eebd45369dab102 100644
(file)
--- a/
libguile/numbers.c
+++ b/
libguile/numbers.c
@@
-586,7
+586,7
@@
scm_i_divide2double (SCM n, SCM d)
mpz_mul_2exp (hi, lo, 1);
/* Adjust e as needed to satisfy the inequality lo <= x < hi,
- (but without making e less th
e
n the minimum exponent) */
+ (but without making e less th
a
n the minimum exponent) */
while (mpz_cmp (x, lo) < 0 && e > DBL_MIN_EXP - DBL_MANT_DIG)
{
mpz_mul_2exp (x, x, 1);