Integrated: 8300869: Make use of the Double.toString(double) algorithm in java.util.Formatter
Raffaello Giulietti
rgiulietti at openjdk.org
Thu Feb 2 19:14:35 UTC 2023
On Fri, 27 Jan 2023 16:02:38 GMT, Raffaello Giulietti <rgiulietti at openjdk.org> wrote:
> Align `double` and `float` decimal conversions in `java.util.Formatter` with the algorithm used in `Double.toString(double)`.
This pull request has now been integrated.
Changeset: f696785f
Author: Raffaello Giulietti <rgiulietti at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/f696785fd3bc5b27c06260088a2e0ce520e12142
Stats: 936 lines in 11 files changed: 524 ins; 372 del; 40 mod
8300869: Make use of the Double.toString(double) algorithm in java.util.Formatter
Reviewed-by: darcy, naoto
-------------
PR: https://git.openjdk.org/jdk/pull/12259
More information about the core-libs-dev
mailing list