On Thu, 2 Feb 2023 10:04:39 GMT, Raffaello Giulietti <rgiulie...@openjdk.org> wrote:
>> test/jdk/java/lang/StrictMath/Log1pTests.java line 245: >> >>> 243: -0x1.0p-54, >>> 244: 0x1.0p-54, >>> 245: >> >> maybe add a comment like >> `/* approximations around sqrt(2)/2 - 1 and around sqrt(2) - 1 */` > > (I mean, for the doubles starting at L.246) > maybe add a comment like `/* approximations around sqrt(2)/2 - 1 and around > sqrt(2) - 1 */` Good clarification. ------------- PR: https://git.openjdk.org/jdk/pull/12301