Interval package: Difference between revisions

No change in size ,  20 March 2015
m
→‎Installation: Fixed required version number for GNU MPFR
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.2) to be installed.
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
240

edits