Add portable IEEE 754 format utilities.
authorTaylor R Campbell <campbell@mumble.net>
Sun, 27 Apr 2014 03:17:43 +0000 (03:17 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Sun, 27 Apr 2014 03:17:45 +0000 (03:17 +0000)
commit762db656c2ef16ca20f88aef7db118fb1bb708cd
tree5a0a3342f45395338cfb2ab993ede77971c16d8e
parentb37ad88217f3048636ed0a029dc95a4442d200fe
Add portable IEEE 754 format utilities.

Not hooked up to anything, but these have been floating around my
disk for months and were likely to get lost.  Feel free to hook these
up and start using them.  If you do, you should start by writing some
automatic tests.
src/runtime/ieee754.scm [new file with mode: 0644]