Version 1
[yaffs-website] / node_modules / core-js / library / modules / es6.math.expm1.js
diff --git a/node_modules/core-js/library/modules/es6.math.expm1.js b/node_modules/core-js/library/modules/es6.math.expm1.js
new file mode 100644 (file)
index 0000000..9762b7c
--- /dev/null
@@ -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