RFR: JDK-8302026: Port fdlibm inverse trig functions (asin, acos, atan) to Java [v3]
Joe Darcy
darcy at openjdk.org
Wed Feb 15 22:07:54 UTC 2023
> 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 one additional commit since the last revision:
Include bug number in test.
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/12545/files
- new: https://git.openjdk.org/jdk/pull/12545/files/e8195463..6c2a70af
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=12545&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=12545&range=01-02
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/12545.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/12545/head:pull/12545
PR: https://git.openjdk.org/jdk/pull/12545
More information about the core-libs-dev
mailing list