Multithreaded Algorithms: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
 
Line 6: Line 6:


[[Algorithm_Complexity#Random_Access_Machine|Random-access machine]]
[[Algorithm_Complexity#Random_Access_Machine|Random-access machine]]
=Spigot Algorithms=
{{External|https://en.wikipedia.org/wiki/Spigot_algorithm}}
A spigot algorithm is an algorithm for computing the value of a transcendental number, such as π or e, that generates the digits of the number sequentially from left to right, providing increasing precision as the algorithm proceeds.

Latest revision as of 19:59, 15 January 2024

Internal

Overview

Random-access machine

Spigot Algorithms

https://en.wikipedia.org/wiki/Spigot_algorithm

A spigot algorithm is an algorithm for computing the value of a transcendental number, such as π or e, that generates the digits of the number sequentially from left to right, providing increasing precision as the algorithm proceeds.