1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
@string{INRIA = "Institut National de Recherche en Informatique et en
Automatique"}
@Book{AbSt73,
author = "Milton Abramowitz and Irene A. Stegun",
title = "Handbook of Mathematical Functions",
publisher = "Dover",
year = "1973"
}
@Article{Brent78,
author = {Richard P. Brent},
title = {A {F}ortran Multiple-Precision Arithmetic Package},
journal = toms,
year = 1978,
volume = 4,
number = 1,
pages = {57--70}
}
@TechReport{Jeandel00,
author = {Emmanuel Jeandel},
title = {{\'E}valuation rapide de fonctions hyperg\'eom\'etriques},
institution = INRIA,
year = 2000,
type = {Rapport technique},
number = 242,
month = jul,
note = {17 pages, {\tt http://www.inria.fr/RRRT/RT-0242.html}}
}
@Article{BrMc80,
author = {R. P. Brent and E. M. McMillan},
title = {Some New Algorithms for High-Precision Computation of
{E}uler's Constant},
journal = "Mathematics of Computation",
year = 1980,
volume = 34,
number = 149,
pages = {305--312}
}
@Book{BoBo98,
author = {J. M. Borwein and P. B. Borwein},
title = {Pi and the {AGM}: A Study in Analytic Number Theory and
Computational Complexity},
publisher = {Wiley},
year = 1998
}
|