Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
JSTests
/
es6
/
Math_methods_Math.cosh.js
blob: 27ed25510b3ed0207f160dcff6fcaa3c5de130db [
file
] [
log
] [
blame
] [
edit
]
function
test
()
{
return
typeof
Math
.
cosh
===
"function"
;
}
if
(!
test
())
throw
new
Error
(
"Test failed"
);