We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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