Package COM.INFORMATIMAGO.COMMON-LISP.DATA-ENCODING.IEEE-754

undocumented

(float-32-to-ieee-754 float)
function
Convert FLOAT to a IEEE-753 representation stored in an integer.
(float-64-to-ieee-754 float)
function
Convert FLOAT to a IEEE-753 representation stored in an integer.

GEN-IEEE-ENCODING

(ieee-754-to-float-32 ieee)
function
Convert the IEEE representation (stored as an integer) into a floating point number.
(ieee-754-to-float-64 ieee)
function
Convert the IEEE representation (stored as an integer) into a floating point number.