NumberSieves-0.1.1: Number Theoretic Sieves: primes, factorization, and Euler's Totient

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

Versions0.0, 0.1.1
Dependenciesarray (0.*), base (≥3 & <5)
LicenseBSD3
AuthorMelissa O'Neill, Leon P Smith
MaintainerLeon P Smith <leon@melding-monads.com>
CategoryMath
Home pagehttp://patch-tag.com/r/lpsmith/NumberSieves
Source repositorydarcs get http://patch-tag.com/r/lpsmith/NumberSieves/pullrepo
Upload dateThu Sep 2 20:11:33 UTC 2010
Uploaded byLeonSmith
Built onghc-6.12, ghc-7.0

Modules

Downloads