@hackage gamma0.10.0.0
Gamma function and related functions.
Categories
License
LicenseRef-PublicDomain
Maintainer
James Cook <mokus ΑΤ deepbondi dοt net>, Alexandre Rodrigues Baldé <alexandrer_b ΑΤ outlook dοt com>
Links
Versions
Installation
Tested Compilers
Dependencies (5)
- base >=4.9 && <5
- continued-fractions >=0.10
- converge
- template-haskell
- vector >=0.5 Show all…
Dependents (9)
@hackage/BesselJ, @hackage/ks-test, @hackage/bayes-stack, @hackage/weierstrass-functions, @hackage/acme-everything, @hackage/random-fu, Show all…
Gamma
gamma is a number theory package written in Haskell that aims to provide its users
with the following functionality:
- A typeclass
that provides aclass Num a => Factorial afactorialfunction. - A typeclass
that provides the functionsclass (Eq a, Floating a, Factorial a) => Gamma agammalnGamma(natural logarithm of the gamma function) andlnFactorial(natural logarithm of the factorial function).
- A typeclass
for the incomplete lower and upper gamma functions.class Gamma a => IncGamma a - A typeclass
to represent the multivariate gamma function.class Gamma a => GenGamma a