(<= x y) is not (not (> x y)) in the presence of NaN.
authorTaylor R Campbell <campbell@mumble.net>
Sun, 18 Nov 2018 03:26:52 +0000 (03:26 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Sun, 18 Nov 2018 06:11:42 +0000 (06:11 +0000)
commit120408e9d2b940140b6610f1970a20af40c69382
treef5a1b7c7755612ca1cc0bdcc561b3a26ce57a452
parent44b9a5cca1d20aff8c65e0845482abe11be57da7
(<= x y) is not (not (> x y)) in the presence of NaN.
src/runtime/arith.scm
tests/runtime/test-arith.scm