summaryrefslogtreecommitdiff
path: root/math/math.tex
diff options
context:
space:
mode:
authormzuenni <michi.zuendorf@gmail.com>2023-01-22 23:41:29 +0100
committermzuenni <michi.zuendorf@gmail.com>2023-01-22 23:41:29 +0100
commit8cb8cc9041e73c082483ddb7edc94da0bbe5efb8 (patch)
tree3116f482081e507c40bc2c61397d4a6cd03997b3 /math/math.tex
parentd207f10af8a0b6408b53b109152c6d8c1e24fde4 (diff)
improved pollard -rho
Diffstat (limited to 'math/math.tex')
-rw-r--r--math/math.tex1
1 files changed, 1 insertions, 0 deletions
diff --git a/math/math.tex b/math/math.tex
index fe288dc..d637e0c 100644
--- a/math/math.tex
+++ b/math/math.tex
@@ -146,6 +146,7 @@ sich alle Lösungen von $x^2-ny^2=c$ berechnen durch:
\end{itemize}
\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}}