arithmetic-1.0: Natural number arithmetic

LicenseMIT
MaintainerJoe Leslie-Hurd <joe@gilith.com>
Stabilityprovisional
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell98

Arithmetic.Modular

Description

 

Documentation

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

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