blob: 53f58710d8bdcfc0453042598996d9ed07451900 [file] [log] [blame]
"use strict";
if (!require("./is-implemented")()) {
Object.defineProperty(Math, "atanh", {
value: require("./shim"),
configurable: true,
enumerable: false,
writable: true
});
}