Pi: A Source Book 2000
DOI: 10.1007/978-1-4757-3240-5_70
|View full text |Cite
|
Sign up to set email alerts
|

On the Rapid Computation of Various Polylogarithmic Constants

Abstract: We give algorithms for the computation of the d-th digit of certain transcendental numbers in various bases. These algorithms can be easily implemented (multiple precision arithmetic is not needed), require virtually no memory, and feature run times that scale nearly linearly with the order of the digit desired. They make it feasible to compute, for example, the billionth binary digit of log(2) or _ on a modest workstation in a few hours run time.We demonstrate this technique by computing the ten billionth hex… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
2
1

Citation Types

0
42
0

Year Published

2000
2000
2018
2018

Publication Types

Select...
4
2

Relationship

1
5

Authors

Journals

citations
Cited by 23 publications
(42 citation statements)
references
References 9 publications
0
42
0
Order By: Relevance
“…Remove corner on H diagonal: If m ≤ n − 2 then set t 0 := H 2 mm + H 2 m,m+1 , t 1 := H mm /t 0 and t 2 := H m,m+1 /t 0 ; for i := m to n: set t 3 := H im , t 4 := H i,m+1 , H im := t 1 t 3 + t 2 t 4 and H i,m+1 := −t 2 t 3 + t 1 t 4 ; endfor; endif. 4. Reduce H: For i := m + 1 to n: for j := min(i − 1, m + 1) to 1 step −1: set t := nint(H ij /H jj ) and y j := y j + ty i ; for k := 1 to j: set H ik := H ik − tH jk ; endfor; for k := 1 to n: set A ik := A ik − tA jk and B kj := B kj + tB ki ; endfor; endfor; endfor.…”
Section: The Pslq Algorithmmentioning
confidence: 99%
See 2 more Smart Citations
“…Remove corner on H diagonal: If m ≤ n − 2 then set t 0 := H 2 mm + H 2 m,m+1 , t 1 := H mm /t 0 and t 2 := H m,m+1 /t 0 ; for i := m to n: set t 3 := H im , t 4 := H i,m+1 , H im := t 1 t 3 + t 2 t 4 and H i,m+1 := −t 2 t 3 + t 1 t 4 ; endfor; endif. 4. Reduce H: For i := m + 1 to n: for j := min(i − 1, m + 1) to 1 step −1: set t := nint(H ij /H jj ) and y j := y j + ty i ; for k := 1 to j: set H ik := H ik − tH jk ; endfor; for k := 1 to n: set A ik := A ik − tA jk and B kj := B kj + tB ki ; endfor; endfor; endfor.…”
Section: The Pslq Algorithmmentioning
confidence: 99%
“…Through the centuries mathematicians have assumed that there is no shortcut to computing just the n-th digit of π. Thus, it came as no small surprise when such an algorithm was recently discovered [4]. In particular, this simple scheme allows one to compute the n-th hexadecimal (or binary) digit of π without computing any of the first n − 1 digits, without using multiple-precision arithmetic software, and at the expense of very little computer memory.…”
Section: A New Formula For Pimentioning
confidence: 99%
See 1 more Smart Citation
“…The SOR rate of convergence strongly depends on the choice of the relaxation factor, [3]. Extensive work has been done on finding a good estimate of this factor in the [0, 2] interval [3,23].…”
Section: Description Of the Algorithmmentioning
confidence: 99%
“…As mathematical problems become more complex, it might be still possible to find their solutions by means of available computing devices. However, there are several mathematical problems whose solutions are difficult to be realized using available computing power [3][4][5]. Examples of such problems are factoring very large numbers (RSA depends on this problem's computational difficulty) [5], finding the solution to partial differential equations [6], and deciding whether a knot in 3-dimensional Euclidean space is unknotted (topological problem) [7].…”
Section: Introductionmentioning
confidence: 99%