X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/0f00dc4c8eb47e67bc0f148c2dd109f73a451e0a..5937940fc6c45b93eb95554996d1cd1b5a1bf307:/math/mp.h diff --git a/math/mp.h b/math/mp.h index cfaeed5..8a299c8 100644 --- a/math/mp.h +++ b/math/mp.h @@ -961,7 +961,7 @@ extern mp *mp_modinv(mp */*d*/, mp */*x*/, mp */*p*/); * * %$\jacobi{a}{-1} = 1$% if @a@ is negative, or 1 if * positive; * * %$\jacobi{a}{0} = 0$%; - * * %$\jacobi{a}{2}$ is 0 if @a@ is even, 1 if @a@ is + * * %$\jacobi{a}{2}$ is 0 if @a@ is even, 1 if @a@ is * congruent to 1 or 7 (mod 8), or %$-1$% otherwise. * * If %$n$% is positive and odd, then this is the Jacobi