TorchLean API

FloatLib.Floats.ExecFloat.Backends.Word.Narrow.Sqrt.Proof

Correctness of native binary32 square root #

For positive finite binary32 inputs, including subnormals, exponent parity determines an exact integer radicand. Its floor square root and remainder determine the rounded significand. The proof relates this calculation and final packing to the generic Model square-root kernel.