From: Taylor R Campbell Date: Mon, 1 Jul 2019 00:16:04 +0000 (+0000) Subject: Clarify the non-significance of the total ordering. X-Git-Tag: mit-scheme-pucked-10.1.12~7^2~20 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=2009e53024351b05087eed7f2b094d38a6e57398;p=mit-scheme.git Clarify the non-significance of the total ordering. --- diff --git a/doc/ref-manual/numbers.texi b/doc/ref-manual/numbers.texi index 7d3779345..40a4abab1 100644 --- 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}.