Subject: Reading 32-bit IEEE floats from binary file ??
From: Henry Baker
Date: Fri, 24 May 2013 10:54:04 -0700
This one looks interesting. Thanks!
ieee-floats: http://common-lisp.net/project/ieee-floats/
At 09:54 AM 5/24/2013, Raymond Toy wrote:
>>>>>> "Henry" == Henry Baker <hbaker1 at pipeline.com> writes:
>
> Henry> Is there a Common Lisp package that knows how to read
> Henry> binary format 32-bit IEEE floats from a binary file? I can
> Henry> cobble one together without too much trouble, but I was
> Henry> just wondering if someone else had already done it.
>
>In addition to what Robet mentioned, if you search for ieee on
>cliki.net, the top two hits might be relevant:
>
>ieee-floats: http://common-lisp.net/project/ieee-floats/
>binary-types: http://cliki.net/Binary-types
>
>I've never used these myself.
>
>Ray