TorchLean API

FloatLib.Numerics.Representations

Concrete non-floating numerical representations #

This package contains executable code types that use the universal NumericalSystem and operation-contract interfaces but are not floating-point formats. Keeping them separate from Numerics.Core preserves the format-independent foundation, while keeping them outside Floats.Formats avoids classifying Boolean masks and fixed-width integers as floats.