2007-10-06 Ben Abbott * polynomial/residue.m: Modification to the doc string and the addition of test scripts. The multiplicity vector, "e", which the prior change dropped has been reinstated. 2007-10-05 Ben Abbott * polynomial/residue.m: Modified to behave in reciprocal manner, as does the Matlab equivalent. The original behavior was [r, p, k, e] = residue (b, a, tol). The new behavior is (1) [r, p, k] = residue (b, a), and (2) [b, a] = residue (r, p, k). Respecting the original behavior, the output, "e", and optional input, "tol", has been dropped. * polynomial/mpoles.m: Added to support residue.m.