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