@hackage / NumberSieves

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

Latest0.1.2

Changelog

Version 0.1.2: (2012-08-21)

  • Added Show constraints for compatibility with recent versions of GHC, as Show is no longer a superclass of Integral

  • Applied a patch from Melissa O'Neill that fixes the priority queue in her sieve. This bug does not effect the prime generation

Version 0.1.1: (2010-09-02)

  • Changed the module naming hierarchy from NumberTheory.* to Math.*

  • Added a test suite

  • Improved Haddock documentation

  • Added a link to the darcs repository in the .cabal file

  • Changed the Category in the .cabal file

Version 0.0: (2009-07-13)

  • Initial Release