Don't call NaN a number.
authorTaylor R Campbell <campbell@mumble.net>
Mon, 1 Jul 2019 00:11:44 +0000 (00:11 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Mon, 1 Jul 2019 00:11:44 +0000 (00:11 +0000)
doc/ref-manual/numbers.texi

index 4758ba197a83992f7dc005f79abad65defd88456..adcaf3217672f263175d5fa209ac4f44ddf7eb75 100644 (file)
@@ -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 --- including NaN --- exhibits
+Every pair of floating-point values --- 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