in reply to Storing more decimal places in a variable
Rabinowitz and Wagon call their algorithm a spigot algorithm, because it yields digits incrementally, and does not use digits after they have been computed. The digits drip out one by one, as if from a leaky tap. In contrast, most algorithms for computing the digits of π deliver no output until the whole computation is completed.Update: fixed broken link.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Storing more decimal places in a variable
by penguin_asylum (Sexton) on Dec 16, 2004 at 00:48 UTC |