[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Double float woes...
- To: info-mcl
- Subject: Double float woes...
- From: waander@cs.umd.edu (Bill Andersen)
- Date: 16 Jan 93 07:54:55 GMT
- Newsgroups: comp.lang.lisp.mcl
- Organization: U of Maryland, Dept. of Computer Science, Coll. Pk., MD 20742
- Sender: news@mimsy.umd.edu
Is there any way to get the integer value of a double-float
without consing? I tried (floor x), where x is a double-float
and I get charged 24 bytes.... Since fixnums are immediate,
just returning one should not cons and I don't care about the
remainder.. Any ideas???
...Bill
--
/ Bill Andersen (waander@cs.umd.edu) /
/ University of Maryland /
/ Department of Computer Science /
/ College Park, Maryland 20742 /