Handbook
Glossary
next-solution ( n -- m )
Vocabulary
project-euler
.
045
.
private
Inputs
n
an
object
Outputs
m
an
object
Definition
USING:
kernel
math
;
IN:
project-euler.045.private
:
next-solution
( n -- m )
1
+
dup
nth-hexagonal
(next-solution)
;