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