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