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