Proper divisors: Difference between revisions

m
(→‎JS ES6: Updated code and output.)
Line 2,357:
fTable('Proper divisors of [1..10]:')(str)(
JSON.stringify
)(properDivisors)(enumFromTo(1)(10)),
enumFromTo(1)(10)
),
'',
'Example of maximum divisor count in the range [1..20000]:',
9,659

edits