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