Re: IEEE single precision float values

2005-02-12 Thread David Kastrup
Richard Stallman <[EMAIL PROTECTED]> writes: > I came up with the following two functions below. I think they > are generically useable for network IO and possibly reading > certain data records from files directly. I am fairly sure > my version is very bad regarding performance

Re: IEEE single precision float values

2005-02-12 Thread Richard Stallman
I came up with the following two functions below. I think they are generically useable for network IO and possibly reading certain data records from files directly. I am fairly sure my version is very bad regarding performance though. Whether that is a problem depends on what the

IEEE single precision float values

2005-02-11 Thread Mario Lang
Hi. While trying to implement a elisp library for a binary network protocol which uses IEEE 32-bit float data types I realized Emacs Lisp does not have any way to generate or interpret those. I came up with the following two functions below. I think they are generically useable for network IO an