1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00

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
This commit is contained in:
Yuval Langer 2022-11-25 13:04:28 +02:00 committed by Rob Browning
parent b6125a0def
commit 2047b532fa

View file

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