Re: [Factor-talk] factorcode.org migration

2010-10-21 Thread Adam
Slava, Windows x86 and x86-64 clean build download links are still down and the 'Latest clean build' list a build from October but the front page/download link still references a build from September . On Wed, Oct 6, 2010 at 9:47 PM, Slava Pestov wrote: > On Wed, Oct 6, 2010 at 5:23 PM, Adam

Re: [Factor-talk] erato off-by-one error.

2010-10-21 Thread Jon Harper
The doc says that n should be an odd number. For example, "2011 2011 sieve marked-prime?" works But maybe the word should be changed to work with even number as well. Also, there's a typo in the documentation. Here's a patch that fixes it: diff --git a/basis/math/prim

[Factor-talk] erato off-by-one error.

2010-10-21 Thread Rupert Swarbrick
I bumped into this today and I've attached a patch with test-case. Cheers, Rupert From ca9fbed1a43ca5f6f4b07bab90c7aadf560ffea5 Mon Sep 17 00:00:00 2001 From: Rupert Swarbrick Date: Thu, 21 Oct 2010 11:49:13 +0100 Subject: [PATCH] math.primes.erato: Fix off-by-one error The sieve bit vector de