Problem Description
For example, factor(100) // factor(2) results in
TypeError: unsupported operand type(s) for //: 'IntegerFactorization' and 'IntegerFactorization'
Proposed Solution
Implement // operator for IntegerFactorization objects.
Alternatives Considered
Note that factor(100) / factor(2) produces Factorization rather than IntegerFactorization object.
Additional Information
No response
Is there an existing issue for this?