Jump to content

Binary splitting

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by CRGreathouse (talk | contribs) at 17:17, 11 August 2006 (Schönhage-Strassen link redirect). 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 using fast algorithms like Schönhage-Strassen. 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