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

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