Handbook
Glossary
totient-ratio ( n -- m )
Vocabulary
project-euler
.
069
.
private
Inputs
n
an
object
Outputs
m
an
object
Definition
USING:
kernel
math
math.primes.factors
;
IN:
project-euler.069.private
:
totient-ratio
( n -- m )
dup
totient
/
;