enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Category:Pi algorithms - Wikipedia

    en.wikipedia.org/wiki/Category:Pi_algorithms

    This category presents articles pertaining to the calculation of Pi to arbitrary precision. Pages in category "Pi algorithms"

  3. π-calculus - Wikipedia

    en.wikipedia.org/wiki/Π-calculus

    The π-calculus belongs to the family of process calculi, mathematical formalisms for describing and analyzing properties of concurrent computation.In fact, the π-calculus, like the λ-calculus, is so minimal that it does not contain primitives such as numbers, booleans, data structures, variables, functions, or even the usual control flow statements (such as if-then-else, while).

  4. Bailey–Borwein–Plouffe formula - Wikipedia

    en.wikipedia.org/wiki/Bailey–Borwein–Plouffe...

    The search procedure consists of choosing a range of parameter values for s, b, and m, evaluating the sums out to many digits, and then using an integer relation-finding algorithm (typically Helaman Ferguson's PSLQ algorithm) to find a sequence A that adds up those intermediate sums to a well-known constant or perhaps to zero.

  5. Communicating sequential processes - Wikipedia

    en.wikipedia.org/wiki/Communicating_sequential...

    In computer science, communicating sequential processes (CSP) is a formal language for describing patterns of interaction in concurrent systems. [1] It is a member of the family of mathematical theories of concurrency known as process algebras, or process calculi, based on message passing via channels.

  6. Process calculus - Wikipedia

    en.wikipedia.org/wiki/Process_calculus

    Once the message has been sent, becomes the process , while () becomes the process [/], which is with the place-holder substituted by , the data received on . The class of processes that P {\displaystyle {\mathit {P}}} is allowed to range over as the continuation of the output operation substantially influences the properties of the calculus.

  7. Borwein's algorithm - Wikipedia

    en.wikipedia.org/wiki/Borwein's_algorithm

    Borwein's algorithm was devised by Jonathan and Peter Borwein to calculate the value of /. This and other algorithms can be found in the book Pi and the AGM – A Study in Analytic Number Theory and Computational Complexity .

  8. Spigot algorithm - Wikipedia

    en.wikipedia.org/wiki/Spigot_algorithm

    A variant of the spigot approach uses an algorithm which can be used to compute a single arbitrary digit of the transcendental without computing the preceding digits: an example is the Bailey–Borwein–Plouffe formula, a digit extraction algorithm for π which produces base 16 digits. The inevitable truncation of the underlying infinite ...

  9. Dekker's algorithm - Wikipedia

    en.wikipedia.org/wiki/Dekker's_algorithm

    Dekker's algorithm is the first known correct solution to the mutual exclusion problem in concurrent programming where processes only communicate via shared memory. The solution is attributed to Dutch mathematician Th. J. Dekker by Edsger W. Dijkstra in an unpublished paper on sequential process descriptions [1] and his manuscript on cooperating sequential processes. [2]