Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
JSTests
/
es6
/
Math_methods_Math.expm1.js
blob: f967ca132e0a0610107301c013729804d8f58b04 [
file
] [
edit
]
function
test
()
{
return
typeof
Math
.
expm1
===
"function"
;
}
if
(!
test
())
throw
new
Error
(
"Test failed"
);