arithmoi: Efficient basic number-theoretic functions. Primes, powers, integer logarithms.
A library of basic functionality needed for number-theoretic calculations. The aim of this library is to provide efficient implementations of the functions. Primes and related things (totients, factorisation), powers (integer roots and tests, modular exponentiation), integer logarithms. Note: Requires GHC >= 6.12 with the integer-gmp package for efficiency. Portability is on the to-do list (with low priority, however).
Modules
[Index]
Downloads
- arithmoi-0.2.0.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
| Versions [RSS] | 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.2.0.0, 0.2.0.1, 0.2.0.2, 0.2.0.3, 0.2.0.4, 0.2.0.5, 0.2.0.6, 0.3.0.0, 0.4.0.0, 0.4.0.1, 0.4.0.2, 0.4.0.3, 0.4.0.4, 0.4.1.0, 0.4.1.1, 0.4.1.2, 0.4.1.3, 0.4.2.0, 0.4.3.0, 0.5.0.0, 0.5.0.1, 0.6.0.0, 0.6.0.1, 0.7.0.0, 0.8.0.0, 0.9.0.0, 0.10.0.0, 0.11.0.0, 0.11.0.1, 0.12.0.0, 0.12.0.1, 0.12.0.2, 0.12.1.0, 0.13.0.0, 0.13.0.1, 0.13.1.0, 0.13.2.0, 0.13.3.0 (info) |
|---|---|
| Change log | Changes |
| Dependencies | array (>=0.3 && <0.5), base (>=4 && <5), containers (>=0.3 && <0.5), ghc-prim, integer-gmp, mtl (>=2.0 && <2.1), random (>=1.0 && <1.1) [details] |
| Tested with | ghc ==6.12.3, ghc ==7.0.2, ghc ==7.0.4, ghc ==7.2.1 |
| License | MIT |
| Copyright | (c) 2011 Daniel Fischer |
| Author | Daniel Fischer |
| Maintainer | Daniel Fischer <daniel.is.fischer@googlemail.com> |
| Uploaded | by DanielFischer at 2011-12-22T15:36:31Z |
| Category | Math, Algorithms, Number Theory |
| Home page | https://bitbucket.org/dafis/arithmoi |
| Bug tracker | https://bitbucket.org/dafis/arithmoi/issues |
| Source repo | head: hg clone https://bitbucket.org/dafis/arithmoi |
| Reverse Dependencies | 24 direct, 8635 indirect [details] |
| Downloads | 43905 total (160 in the last 30 days) |
| Rating | 2.25 (votes: 5) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs uploaded by user Build status unknown [no reports yet] |