Sign in
webkit
/
WebKit
/
0720a636c6da9183b8c4631708921f56a8884954
/
.
/
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"
);