JuliaMath / JuliaMath/Primes.jl
Feature proposal: Factorization as an abstract integer?
Open
- Dominant language
- Julia
- Stars
- 108
- Forks
- 34
- PR merge metrics
- No merged PRs in 30d
Description
It would be cool if Factorization could be a representation of an abstract integer so that one could do arithmetics with them, etc.
```Julia
f1e2 = factor(100)
f1e4 = f100 * f100
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.