-- | -- Module: Math.NumberTheory.Moduli.Jacobi -- Copyright: (c) 2011 Daniel Fischer, 2017-2018 Andrew Lelechenko -- Licence: MIT -- Maintainer: Andrew Lelechenko -- Description: Deprecated -- -- -- is a generalization of the Legendre symbol, useful for primality -- testing and integer factorization. -- module Math.NumberTheory.Moduli.Jacobi {-# DEPRECATED "Use Math.NumberTheory.Moduli.Sqrt instead" #-} ( module Math.NumberTheory.Moduli.JacobiSymbol ) where import Math.NumberTheory.Moduli.JacobiSymbol