On Mon, 31 Aug 2026 12:12:59 GMT, Michael Strauß <[email protected]> wrote:
>> It will just return `Double.MAX_VALUE`. The ceil function which uses `ulp` >> messes this up, but that's pre-existing. > > This code uses `Math.round`, which saturates the `double` to the range of a > `long`. So it can't ever represent very large doubles. Ah, yes, you're right it still uses the old `round` instead of `rint` :/ ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/2278#discussion_r3895492793
