Subject: Reading 32-bit IEEE floats from binary file ??
From: Raymond Toy
Date: Fri, 24 May 2013 09:54:21 -0700
>>>>> "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