diff options
Diffstat (limited to 'node_modules/core-js/modules/es6.math.expm1.js')
-rw-r--r-- | node_modules/core-js/modules/es6.math.expm1.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/node_modules/core-js/modules/es6.math.expm1.js b/node_modules/core-js/modules/es6.math.expm1.js new file mode 100644 index 000000000..9762b7cd0 --- /dev/null +++ b/node_modules/core-js/modules/es6.math.expm1.js @@ -0,0 +1,5 @@ +// 20.2.2.14 Math.expm1(x) +var $export = require('./_export') + , $expm1 = require('./_math-expm1'); + +$export($export.S + $export.F * ($expm1 != Math.expm1), 'Math', {expm1: $expm1});
\ No newline at end of file |