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