aboutsummaryrefslogtreecommitdiff
path: root/node_modules/es5-ext/math/expm1/implement.js
blob: 8c9d81113d5d14c1e7ab893ee71703447dd7e65e (plain)
1
2
3
4
5
6
7
8
"use strict";

if (!require("./is-implemented")()) {
	Object.defineProperty(Math, "expm1", { value: require("./shim"),
		configurable: true,
enumerable: false,
writable: true });
}