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