diff options
| author | mzuenni <michi.zuendorf@gmail.com> | 2023-01-31 16:28:59 +0100 |
|---|---|---|
| committer | mzuenni <michi.zuendorf@gmail.com> | 2023-01-31 16:28:59 +0100 |
| commit | dca70f3ff8aa6e0a7b2a9ceb06d8b7f1f8d550c2 (patch) | |
| tree | 54e86ce7723b2c44af34a1470e90728e5b9435b2 /math | |
| parent | f23679138f76033d2e0e60373344573de59b9476 (diff) | |
added new code
Diffstat (limited to 'math')
| -rw-r--r-- | math/math.tex | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/math/math.tex b/math/math.tex index d637e0c..27b3c8a 100644 --- a/math/math.tex +++ b/math/math.tex @@ -141,16 +141,13 @@ sich alle Lösungen von $x^2-ny^2=c$ berechnen durch: \end{algorithm} \begin{algorithm}{Primzahltest \& Faktorisierung} - \begin{itemize} - \item für $n > 10^9$ \texttt{BigInteger} benutzten order \texttt{modMul}! - \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}} - \sourcecode{math/squfof.cpp} + %\method{squfof}{findet zufälligen Teiler}{\sqrt[\leftroot{4}\uproot{2}4]{n}} + %\sourcecode{math/squfof.cpp} \end{algorithm} \begin{algorithm}{Primzahlsieb von \textsc{Eratosthenes}} |
