Robert Campbell
Robert Campbell
Very good idea. I had some unit tests laying around for my own use, but a more cleanly done set would improve the project.
Made a start with an existing unittest script for numbthy.py, running under Travis. More work is needed, primarily for the other files.
No priority list - it's all open. Any suggestions are good.
Thanks - Give me a day or so to look at the code and then figure out how to merge it. Rob Campbell > On Jan 17, 2018, at 8:37...
Ege, OK - Only one issue. When you worked with the code your editor made a number of minor changes - mostly just changing the number of leading spaces to...
OK - Give me a day or so to look at the code and accept the pull.
Looks good. I'll merge it today, although I will then come back and make the change "a ** ((p - 1) / 2) % p" --> "pow(a,(p-1)/2,p)" to ensure that...
Or, well, "a ** ((p - 1) / 2) % p" --> "pow(a,(p-1)//2,p)" actually. (Duh, Python 3 ...)