diff options
| author | MZuenni <michi.zuendorf@gmail.com> | 2023-03-01 14:27:03 +0100 |
|---|---|---|
| committer | MZuenni <michi.zuendorf@gmail.com> | 2023-03-01 14:27:03 +0100 |
| commit | 53e80ad9276856b31553acbcbfe69a156a1d907f (patch) | |
| tree | 786e065fc0ff1c80fdc769833e14f6f86a5e84d1 /math/math.tex | |
| parent | 1074350c83504afe32cf4a14f43da82431d93d91 (diff) | |
removed direct calls to lst
Diffstat (limited to 'math/math.tex')
| -rw-r--r-- | math/math.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/math.tex b/math/math.tex index 235c508..54a44f7 100644 --- a/math/math.tex +++ b/math/math.tex @@ -246,10 +246,10 @@ sich alle Lösungen von $x^2-ny^2=c$ berechnen durch: Multipliziert Polynome $A$ und $B$. \begin{itemize} \item $\deg(A \cdot B) = \deg(A) + \deg(B)$ - \item Vektoren \lstinline{a} und \lstinline{b} müssen mindestens Größe + \item Vektoren \code{a} und \code{b} müssen mindestens Größe $\deg(A \cdot B) + 1$ haben. Größe muss eine Zweierpotenz sein. - \item Für ganzzahlige Koeffizienten: \lstinline{(ll)round(real(a[i]))} + \item Für ganzzahlige Koeffizienten: \code{(ll)round(real(a[i]))} \item \emph{xor}, \emph{or} und \emph{and} Transform funktioniert auch mit \code{double} oder modulo einer Primzahl $p$ falls $p \geq 2^{\texttt{bits}}$ \end{itemize} %\lstinputlisting{math/fft.cpp} |
