blob: 98fc48edaaef260c13029b851a855f47dacb0cc6 [file] [log] [blame]
function f(x) {
return (x != x) != Math.fround(x)
}
assertEq(f(0), f(0));