Handbook
Glossary
abundant? ( n -- ? )
Vocabulary
project-euler
.
common
Inputs
n
an
object
Outputs
?
an
object
Definition
USING:
kernel
math
;
IN:
project-euler.common
:
abundant?
( n -- ? )
dup
sum-proper-divisors
<
;