home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!pmafire!mica.inel.gov!ux1!fcom.cc.utah.edu!hellgate.utah.edu!caen!saimiri.primate.wisc.edu!ames!data.nas.nasa.gov!taligent!apple!cambridge.apple.com!millett@sbctri.sbc.com
- From: millett@sbctri.sbc.com
- Newsgroups: comp.lang.lisp.mcl
- Subject: Double floats
- Message-ID: <9211052232.AA07926@calvin>
- Date: 5 Nov 92 22:32:30 GMT
- Sender: info-mcl-request@cambridge.apple.com
- Lines: 9
- Approved: comp.lang.lisp.mcl@Cambridge.Apple.C0M
- Original-To: info-mcl@cambridge.apple.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
-