intervals: Interval Arithmetic
A Numeric.Interval.Interval
is a closed, convex set of floating point values.
This package is careful to manage the rounding direction of each floating point operation to ensure that the resulting interval is conservative. Effectively the lower bound of each computation is always rounded down, and the upper bound is rounded up.
The correctness of this package relies on the correctness of the underlying libm's handling of rounding modes.
Downloads
- intervals-0.1.3.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0, 0.1.1, 0.1.2, 0.1.3, 0.2.0, 0.2.0.1, 0.2.0.2, 0.2.0.3, 0.2.1, 0.2.1.1, 0.2.2, 0.2.2.1, 0.3, 0.4, 0.4.1, 0.4.2, 0.5, 0.5.1, 0.5.1.1, 0.6, 0.7, 0.7.0.1, 0.7.1, 0.7.2, 0.8, 0.8.1, 0.9, 0.9.1, 0.9.2, 0.9.3 |
---|---|
Dependencies | array (>=0.3.0 && <0.4), base (>=4 && <5), numeric-extras (>=0.0.1 && <0.1), rounding (>=0.3.0 && <0.4) [details] |
License | BSD-3-Clause |
Author | Edward Kmett |
Maintainer | ekmett@gmail.com |
Category | Math |
Home page | http://patch-tag.com/r/ekmett/intervals |
Uploaded | by EdwardKmett at 2010-06-14T04:39:07Z |
Distributions | Debian:0.9.1, LTSHaskell:0.9.3, NixOS:0.9.2, Stackage:0.9.3 |
Reverse Dependencies | 7 direct, 104 indirect [details] |
Downloads | 56381 total (9 in the last 30 days) |
Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
Your Rating | |
Status | Docs not available [build log] All reported builds failed as of 2016-12-29 [all 7 reports] |