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

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