On Wed, 8 Nov 2023 18:09:52 GMT, Raffaello Giulietti <rgiulie...@openjdk.org> wrote:
>> Joe Darcy has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Address issues found by reviewers. > > src/java.base/share/classes/java/lang/Double.java line 257: > >> 255: * <br>// Numeric values listed are exact values >> 256: * <br>oneTenthApproxAsFloat = 0.100000001490116119384765625; >> 257: * <br>ulpOfoneTenthApproxAsFloat = Math.ulp(1.0f) = >> 7.450580596923828125E-9; > > Suggestion: > > * <br>ulpOfoneTenthApproxAsFloat = Math.ulp(0.1f) = 7.450580596923828125E-9; Fixed; thanks. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/16566#discussion_r1387054810