summaryrefslogtreecommitdiff
path: root/algorithms.bib
blob: a8e2e5e8d159a0690aeb65913fd8592135caa3d7 (plain)
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
@string{INRIA =	"Institut National de Recherche en Informatique et en
  				  Automatique"}
@string{SIAMNA = "SIAM Journal on Numerical Analysis"}

@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
}

@Book{ScGrVe94,
  author =	 {A. Sch\"onhage and A. F. W. Grotefeld and E. Vetter},
  title = 	 {Fast Algorithms: A Multitape {T}uring Machine Implementation},
  publisher = 	 {BI Wissenschaftverlag},
  year = 	 1994
}

@Misc{GoSe04,
  author =	 {Xavier Gourdon and Pascal Sebah},
  title =	 {The logarithmic Constant: $\log 2$},
  month =	 jan,
  year =	 2004,
  url =         {http://numbers.computation.free.fr/Constants/constants.html}
}

@PhdThesis{Pugh04,
  author = 	 {Glendon Ralph Pugh},
  title = 	 {An Analysis of the {Lanczos} Gamma Approximation},
  school = 	 {University of British Columbia},
  year = 	 2004,
  note =	 {\url{http://oldmill.uchicago.edu/~wilder/Code/gamma/docs/Pugh.pdf}}
}

@Article{Spouge94,
  author = 	 {John L. Spouge},
  title = 	 {Computation of the gamma, digamma, and trigamma functions},
  journal = 	 SIAMNA,
  year = 	 1994,
  volume =	 31,
  number =	 3,
  pages =	 {931--944}
}