name: gamma version: 0.7 stability: provisional cabal-version: >= 1.6 build-type: Simple author: James Cook maintainer: James Cook license: PublicDomain homepage: /dev/null category: Math, Numerical synopsis: Gamma function and related functions. description: Approximations of the gamma function, incomplete gamma functions, beta function, and factorials. tested-with: GHC == 6.10.4, GHC == 6.12.1, GHC == 6.12.3 extra-source-files: extras/*.hs source-repository head type: darcs location: http://code.haskell.org/~mokus/gamma Library hs-source-dirs: src exposed-modules: Math.Gamma Math.Gamma.Incomplete Math.Gamma.Stirling Math.Gamma.Lanczos build-depends: base >= 3 && <5, continued-fractions >= 0.9.1, converge, template-haskell, vector >= 0.5 && < 0.7