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