Clarify the non-significance of the total ordering.
authorTaylor R Campbell <campbell@mumble.net>
Mon, 1 Jul 2019 00:16:04 +0000 (00:16 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Mon, 1 Jul 2019 00:16:04 +0000 (00:16 +0000)
doc/ref-manual/numbers.texi

index 7d3779345debbcc76d204293cebc044251f369b3..40a4abab1ad04095d0fca21b44c30fe8a9a9fff5 100644 (file)
@@ -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}.