240
edits
m (→What to expect: Improved performance of mtimes and therefore inv with release 0.1.2) |
m (→Error handling) |
||
Line 375: | Line 375: | ||
=== Error handling === | === Error handling === | ||
Due to the nature of set-based interval arithmetic, | Due to the nature of set-based interval arithmetic, one should never observe errors (in the sense of raised GNU Octave error messages) during computation. If you do, there either is a bug in the code or there are unsupported data types. Arithmetic operations which are not defined for (parts of) their input, simply ignore anything that is outside of their domain. | ||
octave:1> infsup (2, 3) / 0 | octave:1> infsup (2, 3) / 0 |
edits