On Mon, 6 Feb 2023 03:25:50 GMT, Quan Anh Mai <qa...@openjdk.org> wrote:

>> No. I want NaNs to go into this branch
>
> @amaembo Should that be `if (!(min <= max))` instead?

@merykitty no. I want `min = +0.0` and `max = -0.0` to go into this branch, so 
we can report it. A marginal case when `min` and `max` are exactly equal goes 
through all the checks and still succeeds (it's covered by unit-tests).

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

PR: https://git.openjdk.org/jdk/pull/12428

Reply via email to