Method on @infsup: uminus (X)
Operator on @infsup: -X

Negate all numbers in the interval.

Accuracy: The result is exact.

x = infsup (2, 3);
-x
  ⇒ ans = [-3, -2]

See also: @infsup/uplus.

Package: interval