Re: RFR: JDK-8302027: Port fdlibm trig functions (sin, cos, tan) to Java [v2]

2023-03-02 Thread Joe Darcy
On Wed, 1 Mar 2023 15:28:24 GMT, Raffaello Giulietti wrote: >> Joe Darcy has updated the pull request incrementally with 10 additional >> commits since the last revision: >> >> - Update src/java.base/share/classes/java/lang/FdLibm.java >> >>Co-authored-by: Andrey Turbanov >> - Updat

Re: RFR: JDK-8302027: Port fdlibm trig functions (sin, cos, tan) to Java [v2]

2023-03-01 Thread Joe Darcy
> Last and certainly not least in the port of FDLIBM to Java, the > transcendental methods for sin, cos, and tan. > > Some more tests are to be written in the StrictMath directory to verify that > the StrictMath algorihtm for sin/cos/tan is being used rather than a > different one. However, I w