Skip to content

V2025.2

Choose a tag to compare

@s-perron s-perron released this 26 Sep 13:14
· 241 commits to main since this release
a62abcb
[OPT] Don't fold n % 1.0 (#6100)

If values are not whole number, then the result is not 0. For example,
`(1.5 % 1.0) == 0.5`.

Fixes #6097