On Mon, 11 Mar 2024 17:17:21 GMT, Joe Darcy <da...@openjdk.org> 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:
> 
>   Implement review feedback.

test/jdk/java/lang/Math/WorstCaseTests.java line 496:

> 494:         };
> 495: 
> 496:         for(double[] testCase: testCases) {

nit
Suggestion:

        for (double[] testCase: testCases) {

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/18140#discussion_r1521361874

Reply via email to