240
edits
m (→IEEE 1788 index: Renamed sqrt to realsqrt) |
m (→Installation: Fixed required version number for GNU MPFR) |
||
Line 106: | Line 106: | ||
== Installation == | == Installation == | ||
The interval package is available at Octave Forge [http://octave.sourceforge.net/interval/] and can be installed from within GNU Octave (version ≥ 3.8.2). During installation parts of the package are compiled for the target system, which requires the GNU MPFR development libraries (version ≥ 3.1. | The interval package is available at Octave Forge [http://octave.sourceforge.net/interval/] and can be installed from within GNU Octave (version ≥ 3.8.2). During installation parts of the package are compiled for the target system, which requires the GNU MPFR development libraries (version ≥ 3.1.0) to be installed. | ||
octave:1> pkg install -forge interval | octave:1> pkg install -forge interval | ||
octave:2> pkg load interval | octave:2> pkg load interval |
edits