Handbook
Glossary
base2-magnitude ( float-parse -- point )
Vocabulary
math
.
parser
.
private
Inputs
float-parse
an
object
Outputs
point
an
object
Definition
USING:
accessors
kernel
;
IN:
math.parser.private
:
base2-magnitude
( float-parse -- point )
[
magnitude>>
]
[
radix>>
]
bi
base2-digits
;
inline