rspec/rules/S2193/description.adoc
Arseniy Zaostrovnykh 7ca29f686f Force linebreaks
2021-02-02 15:02:10 +01:00

4 lines
329 B
Plaintext

When using a floating-point ``++for++`` loop counter, an accumulation of rounding errors may result in a mismatch between the expected and actual number of iterations.
Even if floating-point loop counters appears to behave correctly on one implementation, it may give a different number of iterations on another implementation.