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
|
%
% references.bib -- Bibliography file for the paper 0f1
%
% (c) 2020 Autor, Hochschule Rapperswil
%
@online{0f1:library-gsl,
title = {GNU Scientific Library},
url ={https://www.gnu.org/software/gsl/},
date = {2022-07-07},
year = {2022},
month = {7},
day = {7}
}
@online{0f1:wiki-airyFunktion,
title = {Airy-Funktion},
url ={https://de.wikipedia.org/wiki/Airy-Funktion},
date = {2022-07-07},
year = {2022},
month = {7},
day = {7}
}
@online{0f1:wiki-kettenbruch,
title = {Kettenbruch},
url ={https://de.wikipedia.org/wiki/Kettenbruch},
date = {2022-07-07},
year = {2022},
month = {7},
day = {25}
}
@online{0f1:double,
title = {C - Data Types},
url ={https://www.tutorialspoint.com/cprogramming/c_data_types.htm},
date = {2022-07-07},
year = {2022},
month = {7},
day = {7}
}
@online{0f1:wolfram-0f1,
title = {Hypergeometric 0F1},
url ={https://functions.wolfram.com/webMathematica/FunctionEvaluation.jsp?name=Hypergeometric0F1},
date = {2022-07-07},
year = {2022},
month = {7},
day = {7}
}
@online{0f1:wiki-fraction,
title = {Gauss continued fraction},
url ={https://en.wikipedia.org/wiki/Gauss%27s_continued_fraction},
date = {2022-07-07},
year = {2022},
month = {7},
day = {7}
}
@online{0f1:code,
title = {Vollständiger C-Code},
url ={https://github.com/AndreasFMueller/SeminarSpezielleFunktionen/tree/master/buch/papers/0f1/listings},
date = {2022-07-07},
year = {2022},
month = {7},
day = {7}
}
@book{0f1:SeminarNumerik,
title = {Mathematisches Seminar Numerik},
author = {Andreas Müller et al},
publisher = {Andreas Müller},
year = {2022},
}
@article{0f1:kettenbrueche,
author = { Benjamin Bouhafs-Keller },
title = { Kettenbrüche },
journal = { Mathematisches Seminar Numerik },
year = 2020,
volume = 13,
pages = {363--376},
url = {https://github.com/AndreasFMueller/SeminarNumerik}
}
|