Handbook
Glossary
next ( t -- new-t s )
Vocabulary
project-euler
.
150
.
private
Inputs
t
an
object
Outputs
new-t
an
object
s
an
object
Definition
USING:
kernel
math
;
IN:
project-euler.150.private
:
next
( t -- new-t s )
615949
*
797807
+
20
2^
rem
dup
19
2^
-
;
inline