up
previous
next
AllFactors
-- All positive factors of a (small) positive integer
Syntax
AllFactors(N: INT): INT
Description
This function produces a list of all positive factors of the positive integer
N
; it is limited to "small" integers.
See Also
FactorINT