On Wed, 4 Jun 2025 14:22:43 GMT, Raffaello Giulietti <rgiulie...@openjdk.org> wrote:
> Another step in enhancing floating-point <-> decimal conversions. Changes include, but are not limited to: - Accessing `g0()` and `g1()` with the exponent rather than the negated exponent. - Inverting the order of the `MathUtils.g` table. - Expanding the `MathUtils.g` table with more entries. - Expanding the `MathUtils.pow10` table with more entries. - Enhanced and simplified tests. - Overall better documentation. ------------- PR Comment: https://git.openjdk.org/jdk/pull/25641#issuecomment-2940269391