home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / lang / lisp / mcl / 2102 < prev    next >
Encoding:
Internet Message Format  |  1993-01-27  |  888 b 

  1. Path: sparky!uunet!pmafire!news.dell.com!swrinde!zaphod.mps.ohio-state.edu!darwin.sura.net!haven.umd.edu!mimsy!prometheus!media!hqda-ai!grant
  2. From: grant@pentagon-gw.army.mil (Pete Grant)
  3. Newsgroups: comp.lang.lisp.mcl
  4. Subject: Re: Double float woes...
  5. Message-ID: <1993Jan24.033016.27019@pentagon-gw.army.mil>
  6. Date: 24 Jan 93 03:30:16 GMT
  7. References: <63460@mimsy.umd.edu>
  8. Organization: U.S. Army Artificial Intelligence Center, The Pentagon
  9. Lines: 11
  10.  
  11. In article <63460@mimsy.umd.edu> waander@cs.umd.edu (Bill Andersen) writes:
  12. >
  13. >  Is there any way to get the integer value of a double-float
  14. >without consing?  I tried (floor x), where x is a double-float
  15. >and I get charged 24 bytes....  Since fixnums are immediate,
  16. >just returning one should not cons and I don't care about the
  17. >remainder..  Any ideas???
  18. >
  19. >  ...Bill
  20.  
  21. Sure, get a Symbolics.  On my 3650 I get charged 0 bytes. :-)h
  22.