Changes between Version 2 and Version 4 of Ticket #32900
- Timestamp:
- 11/20/21 21:10:11 (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32900
-
Property
Component
changed from
PLEASE CHANGE
tonumber theory
-
Property
Component
changed from
-
Ticket #32900 – Description
v2 v4 4 4 5 5 Relatedly, it's worth to add `factor()` function for `Factorization` objects, which will complete it when `check=True`, or just return self when `check=False`. 6 7 Also, for functions like `divisors()` it is worth to have a parameter `factored` (with default value `False`), which if `True` will instruct to return factorizations of the divisors rather than their numerical values.