help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

interval 3.2.0 released


From: Oliver Heimlich
Subject: interval 3.2.0 released
Date: Sun, 1 Jul 2018 03:09:40 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0

Hi,

a new release of the interval package for real-valued interval
arithmetic [1] is out, version 3.2.0.  This minor release fixes
regressions with Octave 4.4.0, which has been released 2 months ago [2].
 We also introduce an option to output intervals in uncertain form:

octave:1> a = infsupdec ("pi")
a ⊂ [3.1415, 3.1416]_com
octave:2> b = infsupdec ("[2, 3]_dac")
b = [2, 3]_dac
octave:3> c = infsupdec ("2.7?3")
c ⊂ [2.3999, 3]_com
octave:4> printf ("a = %8?g, b = %8?g, c = %20:[g]\n", [a b c])
a =  3.14159?_com, b =      2.5?5_dac, c = [  2.39999,   3]_com

A complete summary of important user-visible changes is also available
online [3].

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.

Enjoy Octave and free your intervals,
Oliver

[1] https://octave.sourceforge.io/interval/
[2]
https://www.gnu.org/software/octave/news/release/2018/04/30/octave-4.4.0-released.html
[3] https://octave.sourceforge.io/interval/NEWS.html

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]