chickadee » endian-blob » endian-blob->ieee_float64

(endian-blob->ieee_float32 ENDIAN-BLOB) => NUMBER procedure
(endian-blob->ieee_float64 ENDIAN-BLOB) => NUMBER procedure
(ieee_float32->endian-blob NUMBER) => ENDIAN-BLOB procedure
(ieee_float64->endian-blob NUMBER) => ENDIAN-BLOB procedure

These procedures convert between endian blobs and IEEE floating point numbers of single or double precision, respectively. Exceptions are thrown if the given endian blobs are of incorrect size, or if the given numbers are too big to fit in the specified size.