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