arithmoi-0.11.0.0: Math/NumberTheory/Moduli/Jacobi.hs
-- |
-- Module: Math.NumberTheory.Moduli.Jacobi
-- Copyright: (c) 2011 Daniel Fischer, 2017-2018 Andrew Lelechenko
-- Licence: MIT
-- Maintainer: Andrew Lelechenko <andrew.lelechenko@gmail.com>
-- Description: Deprecated
--
-- <https://en.wikipedia.org/wiki/Jacobi_symbol Jacobi symbol>
-- 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