exact-combinatorics: Efficient exact computation of combinatoric functions.

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

Efficient exact computation of combinatoric functions.


[Skip to Readme]

Flags

Automatic Flags
NameDescriptionDefault
base4

base-4.0 emits "Prelude deprecated" messages in order to get people to be explicit about which version of base they use.

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

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 (<5) [details]
License BSD-3-Clause
Copyright Copyright (c) 2011--2015 wren gayle romano
Author wren gayle romano
Maintainer wren@community.haskell.org
Category Statistics, Math
Home page http://code.haskell.org/~wren/
Source repo head: darcs get http://community.haskell.org/~wren/exact-combinatorics
Uploaded by WrenThornton at 2015-05-30T05:44:02Z
Distributions LTSHaskell:0.2.0.11, NixOS:0.2.0.11, Stackage:0.2.0.11
Reverse Dependencies 6 direct, 1 indirect [details]
Downloads 8831 total (56 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-06-03 [all 1 reports]

Readme for exact-combinatorics-0.2.0.8

[back to package description]
exact-combinatorics
===================

This is a simple package and should be easy to install. You should
be able to use one of the following standard methods to install it.

    -- With cabal-install and without the source:
    $> cabal install exact-combinatorics
    
    -- With cabal-install and with the source already:
    $> cd exact-combinatorics
    $> cabal install
    
    -- Without cabal-install, but with the source already:
    $> cd exact-combinatorics
    $> runhaskell Setup.hs configure --user
    $> runhaskell Setup.hs build
    $> runhaskell Setup.hs test
    $> runhaskell Setup.hs haddock --hyperlink-source
    $> runhaskell Setup.hs copy
    $> runhaskell Setup.hs register

The test step is optional and currently does nothing. The Haddock
step is also optional.


Portability
===========

An attempt has been made to keep this library as portable as possible.
It is Haskell98 except for the use of CPP, in order to get the
Haddock documentation to come out right.

----------------------------------------------------------- fin.