UNPKG

244 BJavaScriptView Raw
1var $ = require('../internals/export');
2var expm1 = require('../internals/math-expm1');
3
4// `Math.expm1` method
5// https://tc39.github.io/ecma262/#sec-math.expm1
6$({ target: 'Math', stat: true, forced: expm1 != Math.expm1 }, { expm1: expm1 });