Define (copysign m s) = magnitude of m, sign of s.
authorTaylor R Campbell <campbell@mumble.net>
Fri, 30 Nov 2018 01:54:51 +0000 (01:54 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Fri, 30 Nov 2018 06:53:16 +0000 (06:53 +0000)
commita26bd487a761220ebe739f06aaaf758104f61f2c
treeabcfa31daec4879311d41faf5eefde7a671500ed
parent03f7f1075332124b608ad6d832643ab92a9a921f
Define (copysign m s) = magnitude of m, sign of s.
src/runtime/arith.scm
src/runtime/runtime.pkg
tests/runtime/test-arith.scm
tests/runtime/test-flonum.scm