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