Method on @infsup: disjoint (A, B)

Evaluate disjoint comparison on intervals.

True, if all numbers from A are not contained in B and vice versa. False, if A and B have at least one element in common.

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

See also: @infsup/eq, @infsup/subset, @infsup/interior.

Package: interval