blob: b10b238931256db302d3c6b03e37f2ccce0d449d [file] [log] [blame]
function test() {
return typeof Number.EPSILON === 'number';
}
if (!test())
throw new Error("Test failed");