Compares two numbers.
Math387
Returns true, if A and B are equal within a given Tolerance. result := (abs(A-B) <= Tol);
Functions