Handbook
Glossary
inc-magnitude ( number-parse -- number-parse' )
Vocabulary
math
.
parser
.
private
Inputs
number-parse
an
object
Outputs
number-parse'
an
object
Definition
USING:
accessors
math.private
;
IN:
math.parser.private
:
inc-magnitude
( number-parse -- number-parse' )
[
1
fixnum+fast
]
change-magnitude
;
inline