Handbook
Glossary
nth-place ( x n -- y )
Vocabulary
project-euler
.
common
Inputs
x
an
object
n
an
object
Outputs
y
an
object
Definition
USING:
kernel
math
math.functions
;
IN:
project-euler.common
:
nth-place
( x n -- y )
10^
[
*
round
>integer
]
keep
/f
;