data-interval: Interval Arithmetic

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

Unlike the intervals package (http://hackage.haskell.org/package/intervals), this module 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)
Dependencies base (>=4 && <4.15), deepseq, 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 2 made by sjakobi at 2021-11-18T02:34:28Z
Category Data
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 2013-04-15T12:15:53Z
Distributions LTSHaskell:2.1.2, NixOS:2.1.2, Stackage:2.1.2
Reverse Dependencies 6 direct, 13 indirect [details]
Downloads 15378 total (70 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-0.2.0

[back to package description]

data-interval

Interval datatype and interval arithmetic for Haskell