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