diff options
author | Kevin Ryde <user42@zip.com.au> | 2003-05-10 00:29:48 +0000 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2003-05-10 00:29:48 +0000 |
commit | c851e00339b1a6a421f483f27c53d5f138d144e3 (patch) | |
tree | 3d6a0bb92744096edf0f45436356e3e455354bca /doc/ref/scheme-data.texi | |
parent | 4f3deff49a4465d3417b14b7e330d4f70bbe28df (diff) | |
download | guile-c851e00339b1a6a421f483f27c53d5f138d144e3.tar.gz |
(Reals and Rationals): Fix typo @result{#f}, and
put @result outside @code.
Diffstat (limited to 'doc/ref/scheme-data.texi')
-rwxr-xr-x | doc/ref/scheme-data.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/scheme-data.texi b/doc/ref/scheme-data.texi index b3ad1a679..0542493c8 100755 --- a/doc/ref/scheme-data.texi +++ b/doc/ref/scheme-data.texi @@ -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 |