|
Divisors
Divisors[n] gives a list of the integers that divide n.
Example: Divisors[12]  .
Divisors[n, GaussianIntegers -> True] includes divisors that are Gaussian integers.
See Section 3.2.4.
See also: FactorInteger, EulerPhi.
New in Version 1.
Further Examples
|