On Thu, 12 Feb 2026 12:04:41 GMT, Anton Artemov <[email protected]> wrote:

>> Hi, please consider the following changes:
>> 
>> This is a port of FDLIBM acosh method.
>
> Anton Artemov has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   8376665: Fixed whitespaces.

Marked as reviewed by darcy (Reviewer).

src/java.base/share/classes/java/lang/FdLibm.java line 3585:

> 3583:      */
> 3584:     static final class Acosh {
> 3585:         private static final double ln2 = 6.93147180559945286227e-01;

Note for a possible future refactoring: many of the double constants elsewhere 
use hexadecimal literals rather than decimal ones.

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

PR Review: https://git.openjdk.org/jdk/pull/29488#pullrequestreview-3798732430
PR Review Comment: https://git.openjdk.org/jdk/pull/29488#discussion_r2805462996

Reply via email to