Re: RFR: JDK-8326530: Widen allowable error bound of Math.tan

2024-02-23 Thread Raffaello Giulietti
On Thu, 22 Feb 2024 22:00:26 GMT, Joe Darcy wrote: > Widen acceptable error bound of Math.tan to accommodate the worst-case > observed error which is slightly outside of the allowable range. Marked as reviewed by rgiulietti (Reviewer). Checked with high precision math. The bound reported on th

Re: RFR: JDK-8326530: Widen allowable error bound of Math.tan

2024-02-22 Thread Brian Burkhalter
On Thu, 22 Feb 2024 22:00:26 GMT, Joe Darcy wrote: > Widen acceptable error bound of Math.tan to accommodate the worst-case > observed error which is slightly outside of the allowable range. Looks fine. - Marked as reviewed by bpb (Reviewer). PR Review: https://git.openjdk.org/jd

RFR: JDK-8326530: Widen allowable error bound of Math.tan

2024-02-22 Thread Joe Darcy
Widen acceptable error bound of Math.tan to accommodate the worst-case observed error which is slightly outside of the allowable range. - Commit messages: - JDK-8326530: Widen allowable error bound of Math.tan Changes: https://git.openjdk.org/jdk/pull/17973/files Webrev: https://w