arithmetic-1.3: Natural number arithmetic

LicenseMIT
MaintainerJoe Leslie-Hurd <[email protected]>
Stabilityprovisional
Portabilityportable
Safe HaskellSafe
LanguageHaskell98

Arithmetic.Utility

Description

 

Documentation

functionPower :: (a -> a) -> Natural -> a -> a Source #

multiplyExponential :: (a -> a -> a) -> a -> a -> Natural -> a Source #