Method on @infsup: lt (A, B)
Operator on @infsup: A < B

Compare intervals A and B for strictly less.

True, if all numbers from A are strict less than at least one number in B. False, if A contains a number which is greater than all numbers in B or is equal to the greatest number of B.

Evaluated on interval arrays, this functions is applied element-wise.

See also: @infsup/eq, @infsup/le, @infsup/gt, @infsup/subset, @infsup/interior, @infsup/disjoint.

Package: interval