RFR: JDK-8302026: Port fdlibm inverse trig functions (asin, acos, atan) to Java [v2]
Brian Burkhalter
bpb at openjdk.org
Wed Feb 15 21:43:19 UTC 2023
On Wed, 15 Feb 2023 01:13:16 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.
>
> Joe Darcy has updated the pull request incrementally with two additional commits since the last revision:
>
> - Add asin test case.
> - Refactor regression tests.
Looks fine.
-------------
Marked as reviewed by bpb (Reviewer).
PR: https://git.openjdk.org/jdk/pull/12545
More information about the core-libs-dev
mailing list