| Maintainer | bastiaan.heeren@ou.nl |
|---|---|
| Stability | provisional |
| Portability | portable (depends on ghc) |
| Safe Haskell | Safe |
| Language | Haskell2010 |
Domain.Math.Data.PrimeFactors
Description
Documentation
data PrimeFactors Source #
Instances
splitPower :: Int -> PrimeFactors -> (PrimeFactors, PrimeFactors) Source #