Sign in
webkit
/
WebKit
/
3f78a298b8cb2d7ccc1b4dafb89a4d60eb2fbe8f
/
.
/
JSTests
/
es6
/
Math_methods_Math.fround.js
blob: 1186ea97b4854d5609a232c4262747b66e21d2d5 [
file
] [
log
] [
blame
]
function
test
()
{
return
typeof
Math
.
fround
===
"function"
;
}
if
(!
test
())
throw
new
Error
(
"Test failed"
);