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