Sign in
webkit
/
WebKit
/
961dc37032b13d1a9d74ca738cc4946af6754457
/
.
/
Source
/
JavaScriptCore
/
tests
/
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"
);