Thread Links | Date Links | ||||
---|---|---|---|---|---|
Thread Prev | Thread Next | Thread Index | Date Prev | Date Next | Date Index |
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 ________________________________________________________________________ To unsubscribe from the STDS-1788 list, click the following link: https://listserv.ieee.org/cgi-bin/wa?SUBED1=STDS-1788&A=1
Attachment:
signature.asc
Description: OpenPGP digital signature