intervals 0.1.1 → 0.1.2
raw patch · 2 files changed
+8/−1 lines, 2 files
Files
- Numeric/Interval.hs +1/−0
- intervals.cabal +7/−1
Numeric/Interval.hs view
@@ -14,6 +14,7 @@ module Numeric.Interval ( Interval(..)+ , (...) , whole , empty , null
intervals.cabal view
@@ -1,6 +1,12 @@ Name: intervals-Version: 0.1.1+Version: 0.1.2 Synopsis: Interval Arithmetic+Description:+ 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.+ Homepage: http://patch-tag.com/r/ekmett/intervals License: BSD3 License-file: LICENSE