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:
2675407
)
Don't call NaN a number.
author
Taylor R Campbell
<campbell@mumble.net>
Mon, 1 Jul 2019 00:11:44 +0000
(
00:11
+0000)
committer
Taylor R Campbell
<campbell@mumble.net>
Mon, 1 Jul 2019 00:11:44 +0000
(
00:11
+0000)
doc/ref-manual/numbers.texi
patch
|
blob
|
history
diff --git
a/doc/ref-manual/numbers.texi
b/doc/ref-manual/numbers.texi
index 4758ba197a83992f7dc005f79abad65defd88456..adcaf3217672f263175d5fa209ac4f44ddf7eb75 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
number
s --- including NaN --- exhibits
+Every pair of floating-point
value
s --- including NaN --- exhibits
unordered tetrachotomy: they are related either by @code{flo:safe=},
@code{flo:safe<}, @code{flo:safe>}, or @code{flo:unordered?}.
@end deffn