Jump to content

Binary splitting

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Linas (talk | contribs) at 20:32, 22 April 2006 (add Category:Numerical analysis). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In mathematics, binary splitting is a technique for speeding up numerical evaluation of series with rational terms.

The advantage of binary splitting comes from moving the bulk of the computation into the domain of multiplication and using Schönhage-Strassen multiplication. If a slower multiplication algorithm is used, binary splitting does not provide the same benefit.

Binary splitting is used by the fastest existing software for computing constants such as π and e to high accuracy.

References