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