Handbook
Glossary
map-nx ( n x -- seq )
Vocabulary
project-euler
.
052
.
private
Inputs
n
an
object
x
an
object
Outputs
seq
an
object
Definition
USING:
kernel
math
sequences
;
IN:
project-euler.052.private
:
map-nx
( n x -- seq )
<iota>
[
1
+
*
]
with
map
;
inline