URI: 
       Fix typo - libzahl - big integer library
  HTML git clone git://git.suckless.org/libzahl
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit a13f9f4c6ab80436a9edeca30eccbe1b4de735fc
   DIR parent 019da3a9e7f81cd882d0383ac707ce098013b4a9
  HTML Author: Mattias Andrée <maandree@kth.se>
       Date:   Mon, 25 Jul 2016 16:45:32 +0200
       
       Fix typo
       
       Signed-off-by: Mattias Andrée <maandree@kth.se>
       
       Diffstat:
         M doc/not-implemented.tex             |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR 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$.