V2025.2
[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
[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