approximate: Approximate discrete values and numbers

[ bsd3, library, numeric ] [ Propose Tags ]

This package provides approximate discrete values and numbers.


[Skip to Readme]

Flags

Manual Flags

NameDescriptionDefault
test-doctestsEnabled
herbieDisabled

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

  • No Candidates
Versions [RSS] 0.1, 0.1.1, 0.2, 0.2.1, 0.2.1.1, 0.2.2, 0.2.2.1, 0.2.2.2, 0.2.2.3, 0.3, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.3.5
Change log CHANGELOG.markdown
Dependencies base (>=4.3 && <5), binary (>=0.5 && <0.9), bytes (>=0.7 && <1), cereal (>=0.3.5 && <0.6), comonad (>=3 && <6), deepseq (>=1.3 && <1.5), ghc-prim, hashable (>=1.2.5 && <1.3), lens (>=3.9 && <5), log-domain, pointed (>=3 && <6), safecopy (>=0.8.1 && <0.10), semigroupoids (>=3.0.2 && <6), semigroups (>=0.8.4 && <1), vector (>=0.9 && <0.13) [details]
License BSD-3-Clause
Copyright Copyright (C) 2013 Edward A. Kmett
Author Edward A. Kmett
Maintainer Edward A. Kmett <ekmett@gmail.com>
Category Numeric
Home page http://github.com/analytics/approximate/
Bug tracker http://github.com/analytics/approximate/issues
Source repo head: git clone git://github.com/analytics/approximate.git
Uploaded by ryanglscott at 2017-06-15T18:47:52Z
Distributions LTSHaskell:0.3.5, NixOS:0.3.5, Stackage:0.3.5
Reverse Dependencies 5 direct, 0 indirect [details]
Downloads 11316 total (45 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-06-15 [all 1 reports]

Readme for approximate-0.3

[back to package description]

approximate

Hackage Build Status

This package provides approximate numbers and discrete values with lower bounds on their probability of correctness.

Contact Information

Contributions and bug reports are welcome!

Please feel free to contact me through github or on the #haskell IRC channel on irc.freenode.net.

-Edward Kmett