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

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