TorchLean API

FloatLib.Floats.Formats.BinaryInterchange.IntervalSemantics.Finite

Range-limited finite-only interval enclosures #

Finite-only formats saturate instead of producing infinity. Their outward interval operations are therefore sound only when the exact endpoint expressions remain inside the finite range. This module states those range premises explicitly.

Finite-only interval addition encloses every selected sum when both exact endpoint sums fit in the format's symmetric finite range.

Finite-only interval subtraction is sound when its two exact endpoint differences fit in range.

Finite-only interval multiplication is sound when all four exact corner products fit in range.