Happy new year folks! Thanks for all the work on PFGW, seems to be running smooth with -a1. Here was a bit of miscommunication (p on my list is the n-th...
Pari is miscalulating Phi(n,x) for negative x's. For example, it reports Phi(255,-10708^6)/3061 is composite. PFGW output: PFGW Version 20020311.x86_Dev...
In a message dated 07/01/03 17:44:09 GMT Standard Time, caldwell@... ... Chris, I can't quite make out from your message whether you mean that Pari or PFGW...
... (255,-10708^6)' > /tmp/pfgwphi ... Ah, now I remember Mike's post. Someone might want to add a note to the operator precidence section of pfgwdoc.txt to...
I don't think these problems are simply due to needing (-n)^e Here look: c:\prime\openpfgw\openpfgw>pfgw -q"-1*(-10^3+1)" PFGW Version 20021224.Win_Dev (Beta...
You are right Phil. It is op precidence (or parser design). The "flaw" also apears to be in bc: bc 1.03 (Nov 2, 1994) Copyright (C) 1991, 1992, 1993, 1994...
... This doesn't show anything. The problem only shows up for EVEN exponents, for then -(x^e) <> (-x)^e Chris's suggested comment ... should read:- ... Mike...
... Just highlights why Chris needs reliable software! And I agree with Jim's implication this may not be a problem; at least it is not if the user is warned...
I have found this "fix". I will toss it out and see who bites at it: I have tried to remove the unary minus. Now a unary minus of -c is treated as 0-c What...
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....
Jan 7, 2003 10:06 pm
1094
... It's mathematically the purer way, IMHO, as there does exist an entity that has a value which when incremented by 2 becomes 0, i.e. -2 isn't something...
... As an (erstwhile) compiler-writer, I must put forward the view that, strictly, the best way to handle the unary minus is to do (what's known in the trade...
... becomes 0, ... defined and ... i. Until ... use j ... I see your point, but 2 + -2 and 2 + 0-2 and -2 + 2 and 0-2 + 2 all work out very happily to be the...
... might lie, ... really "0-xxx") ... that ... evaluate as ... Here are some real quick tests, and they all "appear" to be OK. -q"4 * -5" 4 * -5 was negative,...
At least we can agree to beat up the engineers ;-) <ducks as an engineer walks walks into the debate> ... __________________________________________________ ...
... (I could put in a topical (but not here!) remark about you being beaten up by engineers, but I refrain from doing that...*) ... "Duck sir!" "Where?" ... ...
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....
Jan 8, 2003 7:40 pm
1104
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....
Jan 8, 2003 7:42 pm
1105
I've got a number that PRP declared probably prime which then failed testing by both Proth and PFGW. Since this was the first time I've seen that happen and...
... It's worth running pfgw with the '-a1' switch to force it to use extra safe FFTs. '-a2' for even more safety. The composites tell you their lowest 64-bits...
... The latest version of George Woltman's PRP also had the result 10971*2^200153+1 is not prime. Res64: 6C9E7820F43E1FE8 ___________ David Underbakke...
... this is the same number? ... Good page on Psuedoprimes and I'll be certain to study up on it myself. However it turns out that he transcribed the number...
... Oops... Sorry about that. Next time I'll really use cut and paste. It was all my fault. I'm a dork... ;-) I ran proth.exe on the "correct" number and...
I've just been trying to port one of my sieves to windows, and have hit wall at the formatted I/O format specifier strings. Can someone verify that I've...
You have the correct set of defines, but I think you should use: #if defined (_MSC_VER) ... #else ... #endif Mingw should use "%llu" and not the MS "%I64u"...