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)
commit30d09778225eda3093d3ab77921c2e6c4c7f845a
treeac18e6d219cd83f9fa3976d68fad256d258d66b3
parent4158a1ad28823f9858c2d196fc0152e9968c5071
math/mpreduce.[ch]: Extend the domain to all positive integers.

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.
math/mpreduce.c
math/mpreduce.h
math/t/mpreduce