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