haikuwebkit/JSTests/es6/Math_methods_Math.fround.js

10 lines
115 B
JavaScript

function test() {
return typeof Math.fround === "function";
}
if (!test())
throw new Error("Test failed");