2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-26 06:48:04 +02:00

minor error

This commit is contained in:
Martin Thoma 2013-09-01 11:10:31 +02:00
parent 943a5c4aee
commit 0c402a5951
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 41 KiB

Before After
Before After

View file

@ -26,7 +26,7 @@
\begin{algorithm}[H]
\begin{algorithmic}
\Require $p \in \mathbb{P}, a \in \mathbb{Z}, p \geq 3$
\If{$a \geq p$}\Comment{Regel (III)}
\If{$a \geq p$ or $a < 0$}\Comment{Regel (III)}
\State \Return $\Call{CalculateLegendre}{a \mod p, p}$ \Comment{nun: $a \in [0, \dots, p-1]$}
\ElsIf{$a \equiv 0 \mod p$} \Comment{Null-Fall}
\State \Return 0