Module factor

Source
Expand description

Factor, a trait for computing the prime factorization of a number.

Structsยง

Factors
A struct that contains the prime factorization of an integer. See implementations of the Factor trait for more information.
FactorsIterator
An iterator over Factors.