From 5bb1ac05882e0df43a2afe0c363e0f503f51c357 Mon Sep 17 00:00:00 2001 From: pjungeblut Date: Mon, 27 Jun 2016 00:26:19 +0200 Subject: Added C++ bigint implementation. --- math/math.tex | 3 +++ 1 file changed, 3 insertions(+) (limited to 'math/math.tex') 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} -- cgit v1.2.3