This is the ieee-floats Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 06:27:24 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
ieee-floats
Convert floating point values to IEEE 754 binary representation
Marijn Haverbeke <marijnh@gmail.com>
BSD
ieee-floats.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
ieee-floats/ieee-floats.lisp
ieee-floats
(system).
decode-float32
(function).
decode-float64
(function).
encode-float32
(function).
encode-float64
(function).
make-float-converters
(macro).
Packages are listed by definition order.
ieee-floats
common-lisp
.
decode-float32
(function).
decode-float64
(function).
encode-float32
(function).
encode-float64
(function).
make-float-converters
(macro).
Definitions are sorted by export status, category, package, and then by lexicographic order.
Writes an encoder and decoder function for floating point numbers with the given amount of exponent and significand bits (plus an extra sign bit). If support-nan-and-infinity-p is true, the decoders will also understand these special cases. NaN is represented as :not-a-number, and the infinities as :positive-infinity and :negative-infinity. Note that this means that the in- or output of these functions is not just floating point numbers anymore, but also keywords.
Jump to: | D E F M |
---|
Jump to: | D E F M |
---|
Jump to: | F I P S |
---|
Jump to: | F I P S |
---|