TorchLean API

FloatLib.Floats.Formats.Flocq

Flocq-style numerical format family #

Flocq-style formats combine a rounded-real theorem library, representation-level calculations, and a semantic embedding into FloatLib's representation-independent format and quantization interfaces.

References #

Calculation #

This layer turns the generic Flocq-style format theory into calculations. It provides exact mantissa/exponent operations, brackets values at a chosen exponent, and applies directed or nearest rounding.

The calculation modules build on Theory, relating mantissa/exponent calculations to the abstract format and rounding laws.