| License | MIT |
|---|---|
| Maintainer | Joe Leslie-Hurd <joe@gilith.com> |
| Stability | provisional |
| Portability | portable |
| Safe Haskell | Safe |
| Language | Haskell98 |
Arithmetic.Prime.Factor
Description
Documentation
primePower :: Natural -> Natural -> Factor Source
isPrimePower :: Factor -> Bool Source
nextSmooth :: [Natural] -> Natural -> Factor Source
multiplicative :: (Natural -> Natural -> a) -> (a -> a -> a) -> a -> Factor -> a Source