Home | History | Annotate | Download | only in unittest

Lines Matching refs:abs

546             if abs(first - second) <= delta:
556 if round(abs(second-first), places) == 0:
579 if not (first == second) and abs(first - second) > delta:
587 if not (first == second) and round(abs(second-first), places) != 0: