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