if (numberOfTasks <= 1 ? pa.getDouble(k) <= range.min()
: pa.getDouble(k) < range.min())
throw new AssertionError("The bug A in rangeOf found in test #" + testCount + ": "
+ "srcPos = " + srcPos + ", count = " + count + ", " + info
+ ", pa.getDouble(" + k + ") = " + pa.getDouble(k));
if (pa.getDouble(info.indexOfMin()) != range.min())
throw new AssertionError("The bug B in rangeOf found in test #" + testCount + ": "
+ "srcPos = " + srcPos + ", count = " + count + ", " + info);
for (int k = (int) info.indexOfMin() + 1; k < count; k++)
if (pa.getDouble(k) < range.min())
throw new AssertionError("The bug C in rangeOf found in test #" + testCount + ": "