The NumberSieves package
This package includes the Sieve of O'Neill and two generalizations of the Sieve of Eratosthenes. The Sieve of O'Neill is a fully incremental primality sieve based on priority queues. The other two are array based, and are not incremental. One sieves the smallest prime factor, and is useful if you want to factor a large quantity of small numbers. The other sieves Euler's Totient, which is the number of positive integers relatively prime and less than a given number.
Properties
| Versions | 0.0, 0.1.1, 0.1.2 |
|---|---|
| Dependencies | array (0.*), base (≥3 & <5) |
| License | BSD3 |
| Author | Melissa O'Neill, Leon P Smith |
| Maintainer | Leon P Smith <leon@melding-monads.com> |
| Category | Math |
| Home page | http://patch-tag.com/r/lpsmith/NumberSieves |
| Source repository | darcs get http://patch-tag.com/r/lpsmith/NumberSieves |
| Upload date | Tue Aug 21 11:22:52 UTC 2012 |
| Uploaded by | LeonSmith |
| Built on | ghc-7.4 |
Modules
Downloads
- NumberSieves-0.1.2.tar.gz (Cabal source package)
- package description (included in the package)