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