Handbook
Glossary
>double< ( double -- S E M )
Vocabulary
math
.
floating-point
Inputs
double
an
object
Outputs
S
an
object
E
an
object
M
an
object
Definition
USING:
kernel
math
;
IN:
math.floating-point
:
>double<
( double -- S E M )
double>bits
[
(double-sign)
]
[
(double-exponent-bits)
]
[
(double-mantissa-bits)
]
tri
;