Searched refs:float_eq (Results 1 – 2 of 2) sorted by relevance
529 def float_eq(actual, expected): function561 check(f, eq=float_eq)562 check(float('inf'), eq=float_eq)563 check(-float('inf'), eq=float_eq)
466 function float_eq(a, b) { function518 "==": float_eq,