Method on @infsup: S = intervaltoexact (X)

Build an exact representation of the interval X in hexadecimal-significand form.

The interval boundaries are stored in binary floating point format and can be converted to hexadecimal format without precision loss.

The equation X == exacttointerval (intervaltoexact (X)) holds for all intervals X.

Accuracy: The output is exact.

See also: exacttointerval.

Package: interval