BSD-3-Clause licensed by Edward Kmett
This version can be pinned in stack with:intervals-0.8.1@sha256:f92803cfbe33b4a31a06156fd0cb5f50c37e3b6468b69f2c553fd01136c0a3e3,2518
Module documentation for 0.8.1
intervals
 
 
Basic interval arithmetic
Contact Information
Contributions and bug reports are welcome!
Please feel free to contact me through github or on the #haskell IRC channel on irc.freenode.net.
-Edward Kmett
0.8.1
0.8
- Eqand- Ordinstances are now structural
- Deprecate elemandnotElemin favor ofmemberandnonMember
- Add iquot,irem,idiv, andimodfunctions
- Relax Fractionalconstraint indeflatetoNum
- Revamp Setup.hsto usecabal-doctest. This makes it build
withCabal-2.0, and makes thedoctests work withcabal new-buildand
sandboxes.
0.7.2
- Redundant constraint cleanup
- GHC 8 support
- Added a flag for building with ‘herbie’
0.7.1.1
0.7.1
- Now compatible with GHC 7.10.1-rc1
- Fixed a number of broken #ifpragmas, fixing previously missing instances.
0.7.0.1
- Removed a couple of unnecessary Fractionalconstraints.
0.7
- Corrected the definition of mignitude.
- Added a notion of distancebetween intervals
0.6
- Added Numeric.Interval.Exception. For consistency, we tend to throw exceptions now instead of rely onNaNwhen working with empty intervals.
0.5.1.1
0.5.1
- Added intervalto facilitate the construction of known non-empty intervals.
0.5
- The default Numeric.Intervalnow deals more conventionally with empty intervals.
- The old “Kaucher directed interval” behavior is available as Numeric.Interval.Kaucher.
- Strictly Non-Empty intervals are now contained in Numeric.Interval.NonEmpty
- Renamed bisectiontobisect.
- Added bisectIntegral.
0.4.2
0.4
0.3
- Removed dependency on numeric-extras