| License | MIT |
|---|---|
| Maintainer | Joe Leslie-Hurd <joe@gilith.com> |
| Stability | provisional |
| Portability | portable |
| Safe Haskell | Safe |
| Language | Haskell98 |
Arithmetic.Utility
Description
Documentation
functionPower :: (a -> a) -> Natural -> a -> a Source #
multiplyExponential :: (a -> a -> a) -> a -> a -> Natural -> a Source #