Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
>double< ( double -- S E M )
Vocabulary
math.floating-point
Definition
USING:
kernel
math
;
IN:
math.floating-point
:
>double<
( double -- S E M )
double>bits
[
(double-sign)
]
[
(double-exponent-bits)
]
[
(double-mantissa-bits)
]
tri
;