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