| Portability | non-portable (BangPatterns, TypeSynonymInstances, FlexibleInstances) |
|---|---|
| Stability | provisional |
| Maintainer | masahiro.sakai@gmail.com |
| Safe Haskell | None |
Data.Polynomial.Factorization.SquareFree
Description
References:
- sqfreeChar0 :: (Eq k, Fractional k) => UPolynomial k -> [(UPolynomial k, Integer)]
Documentation
sqfreeChar0 :: (Eq k, Fractional k) => UPolynomial k -> [(UPolynomial k, Integer)]Source
Square-free decomposition of univariate polynomials over a field of characteristic 0.