Method on @infsup: times (X, Y)
Operator on @infsup: X .* Y

Multiply all numbers of interval X by all numbers of Y.

Accuracy: The result is a tight enclosure.

x = infsup (2, 3);
y = infsup (1, 2);
x .* y
  ⇒ ans = [2, 6]

See also: @infsup/rdivide.

Package: interval