RFR: 4511638: Double.toString(double) sometimes produces incorrect results [v2]
zimmermann6
duke at openjdk.java.net
Fri Oct 15 08:27:54 UTC 2021
On Thu, 14 Oct 2021 16:51:42 GMT, Raffaello Giulietti <duke at openjdk.java.net> wrote:
> All have the form 2^q*10^(-k)
not quite, for example 0x1.00003eaba12cap-804 = 2251808225167717/2^855 is not of this form, but these cases come from the continued fraction expansion of 2^q*10^(-k).
-------------
PR: https://git.openjdk.java.net/jdk/pull/3402
More information about the core-libs-dev
mailing list