240
edits
Line 63: | Line 63: | ||
==== Known differences ==== | ==== Known differences ==== | ||
Simple programs written for INTLAB should run without modification with this interval package. The following table lists common functions that use a different name in INTLAB. | |||
{| | {| | ||
! interval package | ! interval package | ||
Line 81: | Line 82: | ||
| isempty (x) | | isempty (x) | ||
| isnan (x) | | isnan (x) | ||
|- | |||
| disjoint (a, b) | |||
| emptyintersect (a, b) | |||
|- | |||
| hdist (a, b) | |||
| qdist (a, b) | |||
|- | |||
| disp (x) | |||
| disp2str (x) | |||
|- | |||
| infsup (s) | |||
| str2intval (s) | |||
|- | |||
| isa (x, "infsup") | |||
| isintval (x) | |||
|} | |} | ||
edits