Handbook
Glossary
inc-point-?dec-magnitude ( float-parse n -- float-parse' )
Vocabulary
math
.
parser
.
private
Inputs
float-parse
an
object
n
an
object
Outputs
float-parse'
an
object
Definition
USING:
accessors
kernel
math
math.private
;
IN:
math.parser.private
:
inc-point-?dec-magnitude
( float-parse n -- float-parse' )
zero?
[
[
1
fixnum-fast
]
change-magnitude
]
when
[
1
fixnum+fast
]
change-point
;
inline