numeric-domains: Numeric Domains

[ bsd3, library, math ] [ Propose Tags ]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0
Change log ChangeLog.md
Dependencies base (>=4.7 && <5) [details]
License BSD-3-Clause
Copyright 2019 Michael Szvetits
Author Michael Szvetits
Maintainer typedbyte@qualified.name
Category Math
Home page https://github.com/typedbyte/numeric-domains#readme
Bug tracker https://github.com/typedbyte/numeric-domains/issues
Source repo head: git clone https://github.com/typedbyte/numeric-domains
Uploaded by MichaelSzvetits at 2019-12-16T11:12:00Z
Distributions NixOS:0.1.0.0
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 470 total (10 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-12-16 [all 1 reports]

Readme for numeric-domains-0.1.0.0

[back to package description]

numeric-domains

Hackage

A numeric domain is a union of zero or more non-empty, non-overlapping, open or closed numeric intervals. This Haskell library provides the types and functions needed to construct, combine and process such numeric domains.