es.math.expm1.js 244 B

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