TorchLean API

FloatLib.Floats.Formats.BinaryInterchange.Operations.TotalOrder.Encoding

Complete exact data determine binary encodings #

Finite decoding is injective because subnormal significands lie below the implicit leading bit, whereas normal significands include it. Within either class the exact dyadic recovers the fields. For exceptional values, the encoding policy and the stored sign and fraction complete the reconstruction. This injectivity transfers antisymmetry from complete exact data to words.

Equality of all interchange fields determines the stored word.

Two words decoding to the same complete dyadic have identical encodings.

Classification as NaN exposes all the exact metadata used by total ordering.

Complete exact interpretation is injective for every binary format descriptor.