Martin Raspaud wrote: > I'm trying to code something to read and write floating point numbers > from/to a binary stream.
Do you know about INTEGER-DECODE-FLOAT and SCALE-FLOAT? They may make your life easier here. Regards, Arthur Lemmens
Martin Raspaud wrote: > I'm trying to code something to read and write floating point numbers > from/to a binary stream.
Do you know about INTEGER-DECODE-FLOAT and SCALE-FLOAT? They may make your life easier here. Regards, Arthur Lemmens