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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
|
@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",
note = "\url{http://members.fortunecity.com/aands/toc.htm}"
}
@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}
}
@Book{Higham02,
author = {Nicholas J. Higham},
title = {Accuracy and Stability of Numerical Algorithms},
publisher = {SIAM},
year = 2002,
edition = {2nd}
}
@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
}
@Misc{DeHi02,
author = {James Demmel and Yozo Hida},
title = {Accurate floating point summation},
howpublished = {\url{http://www.cs.berkeley.edu/~demmel/AccurateSummation.ps}},
month = may,
year = 2002
}
|