Integrated: JDK-8302026: Port fdlibm inverse trig functions (asin, acos, atan) to Java

Joe Darcy darcy at openjdk.org
Wed Feb 15 22:48:46 UTC 2023


On Mon, 13 Feb 2023 22:03:14 GMT, Joe Darcy <darcy at openjdk.org> wrote:

> Proceeding down the line of FDLIBM functions to be ported, next up are asin, acos, and atan.
> 
> Diffs of the various versions will follow in a separate message.
> 
> There were no unusual coding idioms encountered in porting these methods.

This pull request has now been integrated.

Changeset: 3ba15608
Author:    Joe Darcy <darcy at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/3ba156082b73c4a8e9d890a57a42fb68df2bf98f
Stats:     994 lines in 6 files changed: 986 ins; 0 del; 8 mod

8302026: Port fdlibm inverse trig functions (asin, acos, atan) to Java

Reviewed-by: bpb

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

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


More information about the core-libs-dev mailing list