Handbook
Glossary
digit-fib* ( n -- term )
Vocabulary
project-euler
.
025
.
private
Inputs
n
an
object
Outputs
term
an
object
Definition
USING:
math
math.constants
math.functions
;
IN:
project-euler.025.private
:
digit-fib*
( n -- term )
1
-
5
log10
2
/
+
phi
log10
/
ceiling
>integer
;