Correctness of compact finite square root #
The executable descriptor-aware square-root kernels live in Sqrt.Runtime. This module proves
their agreement with the exact dyadic and unpacked-model specifications and installs the verified
compiler substitution.
For a conventional IEEE descriptor, exact-dyadic square root agrees with the established unpacked model applied to the original encoded value.
Compact positive square root preserves the exact-dyadic specification.
The scalar-field square-root entry point preserves sqrtPositive?.
On its positive finite contract, the optional scalar decoder returns the direct runtime result.
The proof-guided runtime entry point computes square root from the exact dyadic represented by its finite input.
Compile positive square root through the scalar decoder.