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