Copyright | (c) Masahiro Sakai 2012-2013 |
---|---|
License | BSD-style |
Maintainer | masahiro.sakai@gmail.com |
Stability | provisional |
Portability | non-portable (BangPatterns) |
Safe Haskell | None |
Language | Haskell2010 |
Factoriation of integer-coefficient polynomial using Kronecker's method.
References:
Documentation
factor :: UPolynomial Integer -> [(UPolynomial Integer, Integer)] Source