Project

General

Profile

« Previous | Next » 

Revision f5163798

Added by jeremyevans (Jeremy Evans) over 4 years ago

Fix Enumerator::ArithmeticSequence handling of float ranges

Depending on the float range, there could be an off-by-one error,
where the last result that should be in the range was missed. Fix
this by checking if the computed value for the expected value
outside the range is still inside the range, and if so, increment
the step size.

Fixes [Bug #16612]