[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Double floats
- To: millett@sbctri.sbc.com
- Subject: Double floats
- From: slack@starbase.MITRE.ORG (M. G. Slack)
- Date: Fri, 6 Nov 92 09:16:05 EST
- Cc: info-mcl@cambridge.apple.com
- In-reply-to: millett@sbctri.sbc.com's message of Thu, 5 Nov 1992 16:32:30 -0600 <9211052232.AA07926@calvin>
Date: Thu, 5 Nov 1992 16:32:30 -0600
From: millett@sbctri.sbc.com
X-Sender: brain@calvin.sbc.com
I am tring to take a double-float number, break it down into 2 long
integers (high-word and low-word) to send over the network conforming to
the IEEE floating point standard. I also want to read 2 words from the
stream and make a double-float from them. Any Ideas? Symbolics has two
functions that do what I want: "si:dfloat-components: (double)" &
"si:%make-double: (high low)" Any way to do this with the mac?
Thanks,
millett@sbctri.sbc.com
In the foreign function interface there are two functions which you can use to
get a handle on doubles: %put-double and %get-double.
Marc