File: DESCRIPTION

package info (click to toggle)
octave-interval 2.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 10,924 kB
  • ctags: 2,371
  • sloc: ansic: 36,195; sh: 3,665; cpp: 1,715; objc: 1,445; makefile: 215; xml: 52; sed: 8
file content (22 lines) | stat: -rw-r--r-- 963 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Name: interval
Version: 2.1.0
Date: 2016-12-28
Author: Oliver Heimlich <oheim@posteo.de>
Maintainer: Oliver Heimlich <oheim@posteo.de>
Title: Real-valued interval arithmetic
Description: The interval package for real-valued interval arithmetic allows
 one to evaluate functions over subsets of their domain.  All results are
 verified, because interval computations automatically keep track of any
 errors.
 
 These concepts can be used to handle uncertainties, estimate arithmetic errors
 and produce reliable results.  Also it can be applied to computer-assisted
 proofs, constraint programming, and verified computing.
 
 The implementation is based on interval boundaries represented by binary64
 numbers and is conforming to IEEE Std 1788-2015, IEEE standard for interval
 arithmetic.
Depends: octave (>= 3.8.0)
SystemRequirements: mpfr (>= 3.1.0) [Debian] libmpfr4 (>= 3.1.0)
BuildRequires: mpfr (>= 3.1.0) [Debian] libmpfr-dev (>= 3.1.0)
License: GPL-3.0+