Handbook
Glossary
nth-prime ( n -- n )
Vocabulary
project-euler
.
common
Inputs
n
an
object
Outputs
n
an
object
Definition
USING:
lists
math
math.primes.lists
;
IN:
project-euler.common
:
nth-prime
( n -- n )
1
-
lprimes
lnth
;