math/mpreduce.[ch]: Extend the domain to all positive integers.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 6 Aug 2013 18:49:08 +0000 (19:49 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 6 Aug 2013 21:46:52 +0000 (22:46 +0100)
Integers of the form (100...)_2 are now acceptable, at last, now that
I've got a grip on the underlying theory.  (It's somewhat embarrassing
that it's taken so long, given that the algorithm was my own work to
begin with, but it was all rather trial-and-error.)

Negative numbers still don't work, and probably never will.


No differences found