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