<div dir="ltr">On Mon, Oct 19, 2015 at 9:51 PM, cy18 <<a href="mailto:thecy18@gmail.com">thecy18@gmail.com</a>> wrote:<br>><br>> It would be useful when we need to subtracting a bit before comparing by greater or less. By subtracting a bit, we only have an absolute error tolerance and with the new functions, we can have both absolute and relative error tolerance. This is how isclose(a, b) better than abs(a-b)<=atol.<br><br>You just adjust the value by whichever tolerance is greatest in magnitude.<div><br>--<br>Robert Kern</div></div>