mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-11 22:31:12 +02:00
(Reals and Rationals): Fix typo @result{#f}, and
put @result outside @code.
This commit is contained in:
parent
4f3deff49a
commit
c851e00339
1 changed files with 1 additions and 1 deletions
|
@ -341,7 +341,7 @@ On platforms that follow @acronym{IEEE} 754 for their floating point
|
|||
arithmetic, the @samp{+inf.0}, @samp{-inf.0}, and @samp{+nan.0} values
|
||||
are implemented using the corresponding @acronym{IEEE} 754 values.
|
||||
They behave in arithmetic operations like @acronym{IEEE} 754 describes
|
||||
it, i.e., @code{(= +nan.0 +nan.0) @result{#f}}.
|
||||
it, i.e., @code{(= +nan.0 +nan.0)} @result{} @code{#f}.
|
||||
|
||||
The infinities are inexact integers and are considered to be both even
|
||||
and odd. While @samp{+nan.0} is not @code{=} to itself, it is
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue