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

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