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:
3498234
)
Clarify the non-significance of the total ordering.
author
Taylor R Campbell
<campbell@mumble.net>
Mon, 1 Jul 2019 00:16:04 +0000
(
00:16
+0000)
committer
Taylor R Campbell
<campbell@mumble.net>
Mon, 1 Jul 2019 00:16:04 +0000
(
00:16
+0000)
doc/ref-manual/numbers.texi
patch
|
blob
|
history
diff --git
a/doc/ref-manual/numbers.texi
b/doc/ref-manual/numbers.texi
index 7d3779345debbcc76d204293cebc044251f369b3..40a4abab1ad04095d0fca21b44c30fe8a9a9fff5 100644
(file)
--- a/
doc/ref-manual/numbers.texi
+++ b/
doc/ref-manual/numbers.texi
@@
-2263,6
+2263,10
@@
value with positive sign bit and everything else the same; e.g.,
@code{+nan.123} is the ``magnitude'' of @code{-nan.123} and @code{0.0}
is the ``magnitude'' of @code{-0.0}.
+The total ordering has little to no numerical meaning and should be
+used only when an arbitrary choice of total ordering is required for
+some non-numerical reason.
+
@itemize @bullet
@item
@code{Flo:total<} returns true if @var{x1} precedes @var{x2}.