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