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. - Factors
Iterator - An iterator over
Factors
.