RFR: JDK-8301392: Port fdlibm log1p to Java [v4]

Raffaello Giulietti rgiulietti at openjdk.org
Thu Feb 2 10:07:10 UTC 2023


On Thu, 2 Feb 2023 10:03:29 GMT, Raffaello Giulietti <rgiulietti at openjdk.org> wrote:

>> Joe Darcy has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Improve spacing.
>
> 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)

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

PR: https://git.openjdk.org/jdk/pull/12301


More information about the core-libs-dev mailing list