blob: 9739bf5a2090aa7720c26b9a88f3bfd95d669846 [file] [log] [blame]
"use strict";
if (!require("./is-implemented")()) {
Object.defineProperty(Math, "expm1", {
value: require("./shim"),
configurable: true,
enumerable: false,
writable: true
});
}