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

2023-02-13 Thread Joe Darcy
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. - Commit messages: - Appease jcheck. - Add regre

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

2023-02-13 Thread Joe Darcy
On Mon, 13 Feb 2023 22:03:14 GMT, Joe Darcy 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.

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

2023-02-13 Thread Joe Darcy
On Mon, 13 Feb 2023 22:03:14 GMT, Joe Darcy 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.

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

2023-02-14 Thread Raffaello Giulietti
On Mon, 13 Feb 2023 22:03:14 GMT, Joe Darcy 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.

Re: RFR: JDK-8302026: Port fdlibm inverse trig functions (asin, acos, atan) to Java [v2]

2023-02-14 Thread Joe Darcy
> 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 incrementall

Re: RFR: JDK-8302026: Port fdlibm inverse trig functions (asin, acos, atan) to Java [v2]

2023-02-15 Thread Brian Burkhalter
On Wed, 15 Feb 2023 01:13:16 GMT, Joe Darcy 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 me

Re: RFR: JDK-8302026: Port fdlibm inverse trig functions (asin, acos, atan) to Java [v3]

2023-02-15 Thread Joe Darcy
> 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 incrementall