--- In ggnfs@yahoogroups.com, "Serge Batalov" <batalovs@...> wrote:
>
> --- In ggnfs@yahoogroups.com, "chris2be8" <chris2be8@> wrote:
> > It replaces:
> > die("Error: 'skew' not supplied!\n") unless ($SKEW);
> >
> > with:
> > unless ($SKEW) { ...
>
> Ok, makes sense. Except that it doesn't have to flipped.
> It is always (|c0|/|cn|)**(1/n) (i.e. can be less than 1).
> I'll post it.
>
> Thanks. --Serge
>
ggnfs-doc.pdf page 17 says "It should be at least 1". So I assumed I should
invert the result if less than 1.
At least that's was the "Draft of February 8, 2007" by Chris Monico says.
Chris K