[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Double float woes...
- To: waander@cs.umd.edu (Bill Andersen)
- Subject: Re: Double float woes...
- From: bill@cambridge.apple.com (Bill St. Clair)
- Date: Sat, 16 Jan 1993 12:58:22 -0600
- Cc: info-mcl
> 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???