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