aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/020-exponential
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@ost.ch>2021-06-06 21:40:05 +0200
committerAndreas Müller <andreas.mueller@ost.ch>2021-06-06 21:40:05 +0200
commitb76ee589028625552251fbd52458548bfbecf6d7 (patch)
tree48a0a67088348cba304fe519ae6c45cdf1d4c052 /buch/chapters/020-exponential
parentadd lambert w section (diff)
downloadSeminarSpezielleFunktionen-b76ee589028625552251fbd52458548bfbecf6d7.tar.gz
SeminarSpezielleFunktionen-b76ee589028625552251fbd52458548bfbecf6d7.zip
Tests
Diffstat (limited to 'buch/chapters/020-exponential')
-rw-r--r--buch/chapters/020-exponential/chapter.tex1
-rw-r--r--buch/chapters/020-exponential/code/Makefile9
2 files changed, 10 insertions, 0 deletions
diff --git a/buch/chapters/020-exponential/chapter.tex b/buch/chapters/020-exponential/chapter.tex
index 4e733d5..77bbb1f 100644
--- a/buch/chapters/020-exponential/chapter.tex
+++ b/buch/chapters/020-exponential/chapter.tex
@@ -16,5 +16,6 @@
\aufgabetoplevel{chapters/020-exponential/uebungsaufgaben}
\begin{uebungsaufgaben}
\uebungsaufgabe{0}
+\uebungsaufgabe{1}
\end{uebungsaufgaben}
diff --git a/buch/chapters/020-exponential/code/Makefile b/buch/chapters/020-exponential/code/Makefile
new file mode 100644
index 0000000..b189dae
--- /dev/null
+++ b/buch/chapters/020-exponential/code/Makefile
@@ -0,0 +1,9 @@
+#
+# Makefile -- build and execute some interesting numerical computation
+# programs
+#
+# (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
+#
+
+xxl: xxl.c
+ gcc -o xxl -W -O2 -lgsl xxl.c