exact-combinatorics: Efficient exact computation of combinatoric functions.

[ bsd3, library, math, statistics ] [ Propose Tags ]

Efficient exact computation of combinatoric functions.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.2.0, 0.2.0.4, 0.2.0.7, 0.2.0.8, 0.2.0.9, 0.2.0.10, 0.2.0.11
Change log CHANGELOG
Dependencies base (>=4.5 && <5) [details]
License BSD-3-Clause
Copyright Copyright (c) 2011–2021 wren gayle romano
Author wren gayle romano
Maintainer wren@cpan.org
Category Statistics, Math
Home page https://wrengr.org/software/hackage.html
Bug tracker https://github.com/wrengr/exact-combinatorics/issues
Source repo head: git clone https://github.com/wrengr/exact-combinatorics.git
Uploaded by WrenRomano at 2021-11-03T05:07:15Z
Distributions LTSHaskell:0.2.0.11, NixOS:0.2.0.11, Stackage:0.2.0.11
Reverse Dependencies 6 direct, 1 indirect [details]
Downloads 8806 total (55 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2021-11-03 [all 1 reports]

Readme for exact-combinatorics-0.2.0.11

[back to package description]

exact-combinatorics

Hackage version Build Status Dependencies

Efficient exact computation of combinatoric functions.

Install

This is a simple package and should be easy to install via the standared method:

$> cabal install exact-combinatorics

Portability

An attempt has been made to keep this library as portable as possible. It is entirely Haskell98 with the exception of one use of BangPatterns. BangPatterns are supported in GHC as far back as version 6.6.1, and are also supported by JHC and UHC. As of 2010, they were not supported by Hugs; but alas Hugs is pretty much dead now.