@hackage intervals0.2.0.3
Interval Arithmetic
Categories
License
BSD-3-Clause
Maintainer
ekmett@gmail.com
Links
Versions
Installation
Dependencies (3)
- array >=0.3.0 && <0.4
- base >=4 && <5
- numeric-extras >=0.0.1 && <0.1 Show all…
Dependents (7)
@hackage/hafar, @hackage/diagrams-lib, @hackage/acme-everything, @hackage/family-tree, @hackage/months, @hackage/time-patterns, Show all…
A Numeric.Interval.Interval is a closed, convex set of floating point values.
We do not control the rounding mode of the end points of the interval when
using floating point arithmetic, so be aware that in order to get precise
containment of the result, you will need to use an underlying type with
both lower and upper bounds like CReal