X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FPolynomials%2FOrthogonal.hs;fp=src%2FPolynomials%2FOrthogonal.hs;h=8fb777fcb103741a65a404046c28226cde723620;hb=288455e9aade0b3a8abf138c4319beab3a0be705;hp=4ea0b68191d1b4bc8b717e2aa156c10e2d77cb5e;hpb=7fa47b5b346ecc0acedf839ecf19781be5d61d46;p=numerical-analysis.git diff --git a/src/Polynomials/Orthogonal.hs b/src/Polynomials/Orthogonal.hs index 4ea0b68..8fb777f 100644 --- a/src/Polynomials/Orthogonal.hs +++ b/src/Polynomials/Orthogonal.hs @@ -27,7 +27,7 @@ where import NumericPrelude import qualified Algebra.RealField as RealField ( C ) -import qualified Prelude as P +import Prelude () -- | The @n@th Legendre polynomial in @x@ over [-1,1]. These are