[Prev][Next][Index][Thread]

Re: reading a float?



Chris Double <chris@double.co.nz> writes:

> It must be possible though. DOOD must handle it in some manner (The
> Dylan Object Oriented Database).

I just checked DOOD. DOOD stores the float data in binary format using
(from module dylan-extensions) the methods:

encode-single-float
encode-double-float
decode-single-float
decode-double-float

These translate between the <float> types and <machine-words> used to
represent it.

Chris.
-- 
http://www.double.co.nz/dylan



References: