Teach (number->string x 16) to use radix 16, base 2 exponent notation.
authorTaylor R Campbell <campbell@mumble.net>
Fri, 16 Nov 2018 08:02:22 +0000 (08:02 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Fri, 16 Nov 2018 08:25:07 +0000 (08:25 +0000)
commit9c41fb3689b6c78d5514aaa2c9798f84b72ab59e
tree7e0398fe8e41c688b5e158a600412a034bb28e5f
parent76c9b59b448f62ca71eeb8ec5b064ca61efb367a
Teach (number->string x 16) to use radix 16, base 2 exponent notation.
src/runtime/dragon4.scm
src/runtime/ieee754.scm
tests/runtime/test-dragon4.scm