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