... But the idea of not having to use an external "checking" program does not hold water. I can easily demonstrate this: file h contains: 3333^333+93 ...
... Completely and utterly irrelevant. You've totally misinderstood what I was getting at. Whether they're proven primes is _irrelevant_. 2^bignum-1 is proven...
... Not fully. Yes, if you want to limit the usage of PFGW to just this one method, then yes it makes since. However, PFGW is designed to be generic in many...
Phil, I can easily add this. If you suggest a way that I can do this in some optional manner, I will put it in. I thought of using -h and -hv (the v for...
[Jim, yahoo flagged your message as spam, I reported it as a false positive, but I find that rarely corrects its filters, mabye your ISP needs to be kicked or...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the openpfgw group. File :...
openpfgw@yahoogroups....
Feb 5, 2004 7:10 pm
1470
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the openpfgw group. File :...
openpfgw@yahoogroups....
Feb 5, 2004 7:11 pm
1471
For what's it's worth, I'd hate to have my unused helpers flagged. I sometimes use the entirety of Blair Kelly's FibLuc database as a monster helper file, or...
The new version does have this in, however, it is trivial to remove. The just uploaded version contains this logic whenever a "testing" mode is used (-t -tc...
Phil, Since the file handling in the new PFGW can take a literal string file name (as in the past), and a string variable (new feature), could we get a copy of...
... If this is what you want, then it'll be in 0.92 which I'll upload in a few ticks, after I've updated the documentation. file fff = fopen ( "sss" , "a" )...
... string ... feature), ... only). ... in a few ... Close, The only "problem" was when you typed this in, you put the string ss2="sss2"; into the output...
Hi, I seem to have discovered a flaw that exists in at least the 20040107 and 20040205 dev betas. If the GW code is used for PRP tests of the numbers ...
This has to do with problems in the Proth-like reduction code. The items below are being run through the "proth-like" reduction (not the true proth). The...
In pfgw anything 2^n-2^42-1 (or numbers larger than 42) will fail if they enter the "proth-like" code. This is due to overflow within the reduction code. It...
I pointed someone towards the yahoogroups and got this in response: <<< From: Hugo Pfoertner <nothing@...> Newsgroups: sci.math Subject: Re: Looking...
http://swox.com/gmp/ <<< Critical bug in FFT multiply code A bug in the FFT multiply code that can cause miscomputation has been found. Until we can provide a...
I have a small request for the next release of WinPFGW. Could it be modified to put the line number, current candidate and status in the pop-up when the mouse...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the openpfgw group. File : /linpfgw.pl ...
openpfgw@yahoogroups....
Apr 16, 2004 12:18 am
1485
Err, Phil, what does that perl script actually do? David (not a perlperpson)...
... This end, under RedHat, with zero understanding from this user, this is what my local Pathologically Eclectic Rubbish Lister said, in repsponse to $ perl...
... Have you considered installing Tk.pm? Are you aware of CPAN? You don't need to be, as google will find it in 2 clicks. Phil ===== When inserting a CD, hold...
... linpfgw.png in the files area should explain everything. (such as that I've not worked out how to get Tk to look pretty yet!) Phil ===== When inserting a...
The bug is those lines saying if (pFactorization->AccessList()->GetSize () == 1) in tests.cpp. They ought to be performing an additional test to make sure that...
This needs fixed in 3 spots in test.cpp (-t -tm -tc). Here is how I fixed it (same crappy looking code as in pfgw.cpp trivial checking) // Was it factored...
My first tiny success. It looks like the AMD64 beta compiler from M$ packaged in the Beta Platform SDK knows about long long, however, M$ has still left in...
Has anyone ever tried compiling PFGW for BSD? Has anyone successfully got the Linux version to run on BSD? Phil ===== When inserting a CD, hold down shift to...
... I did briefly without success. ... Yes using FreeBSD. This is why I didn't spend too much time with the above. I made sure Linux emulation was enabled...