Handbook
Glossary
next-power-of-10 ( m -- n )
Vocabulary
project-euler
.
134
Inputs
m
an
object
Outputs
n
an
object
Definition
USING:
kernel
math
math.functions
;
IN:
project-euler.134
:
next-power-of-10
( m -- n )
10
swap
log10
ceiling
>integer
^
;
foldable
flushable