Bodigrim / arithmoi

Number theory: primes, arithmetic functions, modular computations, special sequences
http://hackage.haskell.org/package/arithmoi
MIT License
147 stars 40 forks source link

[#149] Create initial version of 'partition' function #150

Closed rockbmb closed 4 years ago

rockbmb commented 5 years ago

Closes #149. No tests, no benchmarks, no comments, and incorrect results. However, it works, and I'll be improving the code with these things. Ideally I reproduce the author's p(10^19) result.

rockbmb commented 4 years ago

Very stale and honestly, not really sure this is a good idea anymore.

Should this ever become a necessary feature, one can just come back to this PR and reuse whatever is possible.