mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-07-02 23:50:47 +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:
parent
b6125a0def
commit
2047b532fa
1 changed files with 2 additions and 2 deletions
|
@ -543,8 +543,8 @@ by 100000000000000000. In Guile's current incarnation, therefore, the
|
||||||
numbers.
|
numbers.
|
||||||
|
|
||||||
|
|
||||||
Dividing by an exact zero leads to a error message, as one might expect.
|
Dividing by an exact zero leads to an error message, as one might
|
||||||
However, dividing by an inexact zero does not produce an error.
|
expect. However, dividing by an inexact zero does not produce an error.
|
||||||
Instead, the result of the division is either plus or minus infinity,
|
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
|
depending on the sign of the divided number and the sign of the zero
|
||||||
divisor (some platforms support signed zeroes @samp{-0.0} and
|
divisor (some platforms support signed zeroes @samp{-0.0} and
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue