// FIX: Replace total order equality with IEEE 754 equality fun test(a: T, b: T) = a is Double && b is Double && a.equals(b)