summaryrefslogtreecommitdiff
path: root/math/math.tex
diff options
context:
space:
mode:
authorpjungeblut <paul.jungeblut@gmail.com>2016-06-27 00:26:19 +0200
committerpjungeblut <paul.jungeblut@gmail.com>2016-06-27 00:26:19 +0200
commit5bb1ac05882e0df43a2afe0c363e0f503f51c357 (patch)
treed064d72bd84ef3c8315f3ee5724be8fc87f89a72 /math/math.tex
parentbd927374a755c95eb703aa77eb7f6fe9fe090dc5 (diff)
Added C++ bigint implementation.
Diffstat (limited to 'math/math.tex')
-rw-r--r--math/math.tex3
1 files changed, 3 insertions, 0 deletions
diff --git a/math/math.tex b/math/math.tex
index 90e7b3b..59219e5 100644
--- a/math/math.tex
+++ b/math/math.tex
@@ -180,3 +180,6 @@ Anzahl der Teilmengen von $\mathbb{N}$, die sich zu $n$ aufaddieren mit maximale
\subsection{3D-Kugeln}
\lstinputlisting{math/gcDist.cpp}
+
+\subsection{Big Integers}
+\lstinputlisting{math/bigint.cpp}