Fix mistaken expansion of flo:<> as flonum-is-less-or-greater?.
authorTaylor R Campbell <campbell@mumble.net>
Sat, 15 Dec 2018 20:38:48 +0000 (20:38 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Sat, 15 Dec 2018 22:33:22 +0000 (22:33 +0000)
Global flo:<> is the ordered version, which raises exception on qNaN;
primitive flonum-is-less-or-greater? is the unordered version, which
returns false on qNaN.

src/sf/gconst.scm

index 36f2ea98cf1a3c6996e1f9af0d8702588cd0c78a..2e7dc53fdec0aefe4998ed17cb538b520f31bd1b 100644 (file)
@@ -116,7 +116,6 @@ USA.
     (flo:- flonum-subtract)
     (flo:/ flonum-divide)
     (flo:< flonum-less?)
-    (flo:<> flonum-is-less-or-greater?)
     (flo:= flonum-equal?)
     (flo:> flonum-greater?)
     (flo:abs flonum-abs)