Method on @infsup: prod (X)
Method on @infsup: prod (X, DIM)

Product of elements along dimension DIM. If DIM is omitted, it defaults to the first non-singleton dimension.

Accuracy: The result is a valid enclosure.

prod (infsup (1 : 4))
  ⇒ ans = [24]

See also: @infsup/sum.

Package: interval