Interval package: Difference between revisions

5 bytes removed ,  15 October 2014
m
After implementation of the general interval power function it is possible to compute powers with an operator
(Added chapter about error handling)
m (After implementation of the general interval power function it is possible to compute powers with an operator)
Line 157: Line 157:
  octave:1> infsup (2, 3) / 0
  octave:1> infsup (2, 3) / 0
  ans = [Empty]
  ans = [Empty]
  octave:2> pow (infsup (0), infsup (0))
  octave:2> infsup (0) ^ infsup (0)
  ans = [Empty]
  ans = [Empty]


240

edits