bits>double ( n -- x )
Factor handbook » The language » Numbers » Floats » Bitwise operations on floats

Prev:bits>float ( n -- x )
Next:<fp-nan> ( payload -- nan )


Vocabulary
math

Inputs
na 64-bit integer representing an IEEE 754 double-precision float


Outputs
xa float


Word description
Creates a float object from a 64-bit binary representation. This word is usually used to reconstruct floats read from streams.

See also
bits>float, double>bits, float>bits

Definition