RFR: JDK-8301444: Port fdlibm hyperbolic transcendental functions to Java [v2]

Joe Darcy darcy at openjdk.org
Mon Feb 6 20:51:17 UTC 2023


On Mon, 6 Feb 2023 08:33:37 GMT, Andrey Turbanov <aturbanov at openjdk.org> wrote:

>> Joe Darcy has updated the pull request incrementally with two additional commits since the last revision:
>> 
>>  - Two more spacing fixes.
>>  - Implement spacing improvements from code review comments.
>
> src/java.base/share/classes/java/lang/FdLibm.java line 1233:
> 
>> 1231: 
>> 1232:             h = 0.5;
>> 1233:             if ( jx < 0) {
> 
> Suggestion:
> 
>             if (jx < 0) {

Spacing fixed; thanks @turbanoff .

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

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


More information about the core-libs-dev mailing list