On Wed, 6 Mar 2024 20:49:55 GMT, Joe Darcy <[email protected]> wrote:
>> The atan2 and hypot cases added would fail for a particular test library
>> that has errors in the millions of ulps for those inputs, rather than the
>> small number of ulps specified for the error.
>
> Joe Darcy has updated the pull request incrementally with one additional
> commit since the last revision:
>
> Remove unneeded lines.
test/jdk/java/lang/Math/WorstCaseTests.java line 612:
> 610: };
> 611:
> 612: for(double[] testCase: testCases) {
Suggestion:
for (double[] testCase: testCases) {
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18140#discussion_r1520037718