Skip to content

Commit 0ccedaa

Browse files
committed
fix typo
1 parent 78371d0 commit 0ccedaa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/math/math.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -565,8 +565,8 @@ \subsection{Reihen}
565565
\subsection{Wichtige Zahlen}
566566
\input{math/tables/composite}
567567

568-
\subsection{Recover $\boldsymbol{x}$ and $\boldsymbol{y}$ from $\boldsymbol{y}$ from $\boldsymbol{x\*y^{-1}}$ }
569-
\method{recover}{findet $x$ und $y$ für $x=x\*y^{-1}\bmod m$}{\log(m)}
568+
\subsection{Recover $\boldsymbol{x}$ and $\boldsymbol{y}$ from $\boldsymbol{x\*y^{-1}}$ }
569+
\method{recover}{findet $x$ und $y$ für $c=x\*y^{-1}\bmod m$}{\log(m)}
570570
\textbf{WICHTIG:} $x$ und $y$ müssen kleiner als $\sqrt{\nicefrac{m}{2}}$ sein!
571571
\sourcecode{math/recover.cpp}
572572

0 commit comments

Comments
 (0)