Rename flo:safe-negative? -> flo:sign-negative?.
authorTaylor R Campbell <campbell@mumble.net>
Fri, 30 Nov 2018 07:19:49 +0000 (07:19 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Fri, 30 Nov 2018 07:19:49 +0000 (07:19 +0000)
commit7ccf82a90fae8360038948f3ec9174b005c707c1
treeeea5084547e8c8b7ad99ddaa557230ecd146a085
parent2dbeb954b3785d81ec61e95663050fb993817414
Rename flo:safe-negative? -> flo:sign-negative?.

It was confusing that (flo:safe< x 0.) was not the same as
(flo:safe-negative? x) -- they disagree on -0 and NaN values with
negative sign bits.
src/relnotes/flonum
src/runtime/arith.scm
src/runtime/dragon4.scm
src/runtime/primitive-arithmetic.scm
src/runtime/runtime.pkg
src/sf/gconst.scm
tests/runtime/test-arith.scm
tests/runtime/test-flonum.scm