The interval package for real-valued interval arithmetic provides data types and operations for verified computing.
The interval package for real-valued interval arithmetic 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.
The interval package for real-valued interval arithmetic 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.
To install octave-interval, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install octave-interval
To see what files were installed by octave-interval, run:
port contents octave-interval
To later upgrade octave-interval, run:
sudo port selfupdate && sudo port upgrade octave-interval
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.