Name: interval
Version: 0.1.5
Date: 2015-04-06
Author: Oliver Heimlich <oheim@posteo.de>
Maintainer: Oliver Heimlich <oheim@posteo.de>
Title: Real-valued interval arithmetic
Description: The interval package provides data types and operations for
 verified computing.  It can be used to handle uncertainties, estimate
 arithmetic errors and produce reliable results.  Also it can help find
 guaranteed solutions to numerical problems.  Thanks to GNU MPFR many
 arithmetic operations are provided with best possible accuracy.  The
 implementation of intervals in inf-sup format is based on interval boundaries
 represented by binary64 numbers and is standard conforming to IEEE 1788.
Problems: IEEE 1788 is no official standard yet.  Comparison with isequal fails
 for interval matrices in Octave 4.0.0-rc2 (bug #44334).
Url: http://wiki.octave.org/Interval_package
Depends: Octave (>= 3.8.2)
SystemRequirements: mpfr (>= 3.1.0) [Debian] libmpfr4 (>= 3.1.0)
BuildRequires: mpfr (>= 3.1.0) [Debian] libmpfr-dev (>= 3.1.0)
License: GPLv3+, ALv2
