[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Guile-commits] 02/04: api-data.texi: fix typo in "Real and Rational Num
From: |
Rob Browning |
Subject: |
[Guile-commits] 02/04: api-data.texi: fix typo in "Real and Rational Numbers" section |
Date: |
Sat, 3 Aug 2024 15:42:22 -0400 (EDT) |
rlb pushed a commit to branch main
in repository guile.
commit 2047b532fad1632cfcfc8b7c1521ef619e622c82
Author: Yuval Langer <yuvallangerontheroad@proton.me>
AuthorDate: Fri Nov 25 13:04:28 2022 +0200
api-data.texi: fix typo in "Real and Rational Numbers" section
* doc/ref/api-data.texi: fix typo in "Real and Rational Numbers" section
[rlb@defaultvalue.org: adjust commit message]
Closes: 59572
---
doc/ref/api-data.texi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/ref/api-data.texi b/doc/ref/api-data.texi
index 3b9933d97..1ae15c2aa 100644
--- a/doc/ref/api-data.texi
+++ b/doc/ref/api-data.texi
@@ -543,8 +543,8 @@ by 100000000000000000. In Guile's current incarnation,
therefore, the
numbers.
-Dividing by an exact zero leads to a error message, as one might expect.
-However, dividing by an inexact zero does not produce an error.
+Dividing by an exact zero leads to an error message, as one might
+expect. However, dividing by an inexact zero does not produce an error.
Instead, the result of the division is either plus or minus infinity,
depending on the sign of the divided number and the sign of the zero
divisor (some platforms support signed zeroes @samp{-0.0} and