blob: c08621178f1b71f179a401eee941569532de185c [file] [log] [blame]
function test() {
return typeof Math.asinh === "function";
}
if (!test())
throw new Error("Test failed");