Publication Information

J. H. Reif and S. R. Tate. Optimal Size Integer Division Circuits, in SIAM Journal on Computing, Vol. 19, No. 5, October 1990, pp. 912--924. ComplexityJournal

Abstract

Division is a fundamental problem for arithmetic and algebraic computation. This paper describes Boolean circuits (of bounded fan-in) for integer division (finding reciprocals) that have size O(M(n))O(M(n)) and depth O(lognloglogn)O(\log n\log\log n), where M(n)M(n) is the size complexity of O(logn)O(\log n) depth integer multiplication circuits. Currently, M(n)M(n) is known to be O(nlognloglogn)O(n\log n\log\log n), but any improvement in this bound that preserves circuit depth will be reflected by a similar improvement in the size complexity of our division algorithm. Previously, no one has been able to derive a division circuit with size O(nlogcn)O(n\log^c n) for any cc, and simultaneous depth less than Ω(log2n)\Omega(\log^2 n). The circuit families described in this paper are logspace uniform; that is, they can be constructed by a deterministic Turing machine in space O(logn)O(\log n).

The results match the best-known depth bounds for logspace uniform circuits, and are optimal in size.

The general method of high-order iterative formulas is of independent interest as a way of efficiently using parallel processors to solve algebraic problems. In particular, this algorithm implies that any rational function can be evaluated in these complexity bounds.

As an introduction to high-order iterative methods a circuit is first presented for finding polynomial reciprocals (where the coefficients come from an arbitrary ring, and ring operations are unit cost in the circuit) in size O(PM(n))O(PM(n)) and depth O(lognloglogn)O(\log n \log\log n), where PM(n)PM(n) is the size complexity of optimal depth polynomial multiplication.

Resources and Downloads