exact-combinatorics: Efficient exact computation of combinatoric functions.

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Warnings:

Efficient exact computation of combinatoric functions.


[Skip to Readme]

Properties

Versions 0.2.0, 0.2.0.4, 0.2.0.7, 0.2.0.8, 0.2.0.9, 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--2019 wren gayle romano
Author wren gayle romano
Maintainer wren@cpan.org
Category Statistics, Math
Home page https://wrengr.org/
Source repo head: git clone https://github.com/wrengr/exact-combinatorics.git
Uploaded by WrenRomano at 2019-04-13T21:20:51Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for exact-combinatorics-0.2.0.9

[back to package description]

exact-combinatorics

Hackage version Hackage-Deps TravisCI Build Status

Efficient exact computation of combinatoric functions.

Install

This is a simple package and should be easy to install via any of the standared methods:

-- With cabal-install and without the source:
$> cabal new-install exact-combinatorics
-- or:
$> 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 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.