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

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