projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f38ed6
)
Fix pasto.
author
Taylor R Campbell
<campbell@mumble.net>
Mon, 1 Jul 2019 00:00:31 +0000
(
00:00
+0000)
committer
Taylor R Campbell
<campbell@mumble.net>
Mon, 1 Jul 2019 00:00:31 +0000
(
00:00
+0000)
doc/ref-manual/numbers.texi
patch
|
blob
|
history
diff --git
a/doc/ref-manual/numbers.texi
b/doc/ref-manual/numbers.texi
index b5513af9ee42a7a80e73a6761e0967825a938c7e..4758ba197a83992f7dc005f79abad65defd88456 100644
(file)
--- a/
doc/ref-manual/numbers.texi
+++ b/
doc/ref-manual/numbers.texi
@@
-1842,7
+1842,7
@@
return false on NaN arguments, except @code{flo:unordered?} which
returns true iff at least one argument is NaN; in other words, they
are ``unordered comparisons''.
-Every pair of floating-point numbers ---
ex
cluding NaN --- exhibits
+Every pair of floating-point numbers ---
in
cluding NaN --- exhibits
unordered tetrachotomy: they are related either by @code{flo:safe=},
@code{flo:safe<}, @code{flo:safe>}, or @code{flo:unordered?}.
@end deffn