summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorMZuenni <michi.zuendorf@gmail.com>2023-02-03 19:08:53 +0100
committerMZuenni <michi.zuendorf@gmail.com>2023-02-03 19:08:53 +0100
commit3c757b9b02580021b21ee13f771e309bfb2b68f6 (patch)
treeae2144eeafa41226e027de444c702f5b8ba51883 /math
parenteaa4cd7555840861b8c7f04b45a2a680ee1d8c4a (diff)
added winding number and fixed stuff
Diffstat (limited to 'math')
-rw-r--r--math/math.tex1
1 files changed, 0 insertions, 1 deletions
diff --git a/math/math.tex b/math/math.tex
index 27b3c8a..feb0466 100644
--- a/math/math.tex
+++ b/math/math.tex
@@ -143,7 +143,6 @@ sich alle Lösungen von $x^2-ny^2=c$ berechnen durch:
\begin{algorithm}{Primzahltest \& Faktorisierung}
\method{isPrime}{prüft ob Zahl prim ist}{\log(n)^2}
\sourcecode{math/millerRabin.cpp}
- \columnbreak
\method{rho}{findet zufälligen Teiler}{\sqrt[\leftroot{3}\uproot{2}3]{n}}
\sourcecode{math/rho.cpp}
%\method{squfof}{findet zufälligen Teiler}{\sqrt[\leftroot{4}\uproot{2}4]{n}}