| Fix typo - libzahl - big integer library | |
| git clone git://git.suckless.org/libzahl | |
| Log | |
| Files | |
| Refs | |
| README | |
| LICENSE | |
| --- | |
| commit a13f9f4c6ab80436a9edeca30eccbe1b4de735fc | |
| parent 019da3a9e7f81cd882d0383ac707ce098013b4a9 | |
| Author: Mattias Andrée <[email protected]> | |
| Date: Mon, 25 Jul 2016 16:45:32 +0200 | |
| Fix typo | |
| Signed-off-by: Mattias Andrée <[email protected]> | |
| Diffstat: | |
| M doc/not-implemented.tex | 2 +- | |
| 1 file changed, 1 insertion(+), 1 deletion(-) | |
| --- | |
| diff --git a/doc/not-implemented.tex b/doc/not-implemented.tex | |
| @@ -167,7 +167,7 @@ where $\displaystyle{n = \prod_k p_k^{n_k} > 0}$, | |
| and $p_k \in \textbf{P}$. | |
| \vspace{1em} | |
| -Like the Legendre symbol, the Jacobi symbol is $n$-period over $a$. | |
| +Like the Legendre symbol, the Jacobi symbol is $n$-periodic over $a$. | |
| If $n$, is prime, the Jacobi symbol is the Legendre symbol, but | |
| the Jacobi symbol is defined for all odd numbers $n$, where the | |
| Legendre symbol is defined only for odd primes $n$. |