factor/extra/math/primes
Samuel Tardieu c8be645eb1 Remove "primes-under-million" list
In the past, this was a static list used to optimize prime factors
computation. Now that the dependency has been reversed, there is
no point in keeping this list which can be obtained by
"1000000 primes-upto" as easily.
2009-01-07 10:40:00 +01:00
..
erato Add missing files in math.primes.erato and add copyright notice 2009-01-07 10:39:55 +01:00
factors Refactor prime factors decomposition module and add more tests 2009-01-07 10:39:20 +01:00
authors.txt New module math.primes 2007-12-27 16:52:16 +01:00
primes-docs.factor Use math.primes.erato instead of a list of first prime numbers 2008-12-26 21:03:12 +01:00
primes-tests.factor Use math.primes.erato instead of a list of first prime numbers 2008-12-26 21:03:12 +01:00
primes.factor Optimize primes-between 2008-12-28 11:43:13 +01:00
summary.txt New module math.primes 2007-12-27 16:52:16 +01:00