data-interval: Interval arithmetic for both open and closed intervals

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

Unlike the intervals package (http://hackage.haskell.org/package/intervals), this package provides both open and closed intervals and is intended to be used with Rational.


[Skip to Readme]

Modules

[Index]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0, 0.2.0, 0.3.0, 0.4.0, 0.5.0, 0.6.0, 1.0.0, 1.0.1, 1.1.0, 1.1.1, 1.2.0, 1.3.0, 1.3.1, 2.0.0, 2.0.1, 2.1.0, 2.1.1, 2.1.2 (info)
Change log CHANGELOG.markdown
Dependencies base (>=4 && <5), deepseq, extended-reals (>=0.1 && <1.0), hashable (>=1.1.2.5 && <1.3), lattices (>=1.2.1.1 && <2) [details]
License BSD-3-Clause
Author Masahiro Sakai (masahiro.sakai@gmail.com)
Maintainer masahiro.sakai@gmail.com
Revised Revision 1 made by phadej at 2019-05-02T09:10:39Z
Category Data, Math
Bug tracker https://github.com/msakai/data-interval/issues
Source repo head: git clone git://github.com/msakai/data-interval.git
Uploaded by MasahiroSakai at 2014-11-04T15:25:13Z
Distributions LTSHaskell:2.1.2, NixOS:2.1.2, Stackage:2.1.2
Reverse Dependencies 6 direct, 13 indirect [details]
Downloads 15334 total (82 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for data-interval-1.1.0

[back to package description]

data-interval

Build Status

Interval datatype and interval arithmetic for Haskell