Handbook
Glossary
add-exponent-digit ( i number-parse n digit quot -- n/f )
Vocabulary
math
.
parser
.
private
Inputs
i
an
object
number-parse
an
object
n
an
object
digit
an
object
quot
an
object
Outputs
n/f
an
object
Definition
USING:
kernel
;
IN:
math.parser.private
:
add-exponent-digit
( i number-parse n digit quot -- n/f )
[
(add-digit)
]
dip
next-digit
;
inline