Handbook
Glossary
(use-digit) ( prev x index -- next )
Vocabulary
project-euler
.
148
.
private
Inputs
prev
an
object
x
an
object
index
an
object
Outputs
next
an
object
Definition
USING:
kernel
math
math.functions
;
IN:
project-euler.148.private
:
(use-digit)
( prev x index -- next )
[
[
1
+
*
]
[
sum-1toN
7
sum-1toN
]
bi
]
dip
^
*
+
;