RFR: JDK-8295391: Add discussion of binary <-> decimal conversion issues [v2]

Joe Darcy darcy at openjdk.org
Wed Nov 8 18:41:17 UTC 2023


On Wed, 8 Nov 2023 18:17:00 GMT, Raffaello Giulietti <rgiulietti at 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 287:
> 
>> 285:  * <li>less than the exact result
>> 286:  * <li>equal to the exact result
>> 287:  * </ul>
> 
> More compactly:
> `the same floating-point value as a result can be greater than, less than, or equal to the exact result.`

For presentation reasons, in this case I think it might be helpful to use more screen real estate to emphasize the point.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/16566#discussion_r1387051519


More information about the core-libs-dev mailing list