aboutsummaryrefslogtreecommitdiff
path: root/node_modules/core-js/fn/math
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/core-js/fn/math')
-rw-r--r--node_modules/core-js/fn/math/acosh.js2
-rw-r--r--node_modules/core-js/fn/math/asinh.js2
-rw-r--r--node_modules/core-js/fn/math/atanh.js2
-rw-r--r--node_modules/core-js/fn/math/cbrt.js2
-rw-r--r--node_modules/core-js/fn/math/clamp.js2
-rw-r--r--node_modules/core-js/fn/math/clz32.js2
-rw-r--r--node_modules/core-js/fn/math/cosh.js2
-rw-r--r--node_modules/core-js/fn/math/deg-per-rad.js2
-rw-r--r--node_modules/core-js/fn/math/degrees.js2
-rw-r--r--node_modules/core-js/fn/math/expm1.js2
-rw-r--r--node_modules/core-js/fn/math/fround.js2
-rw-r--r--node_modules/core-js/fn/math/fscale.js2
-rw-r--r--node_modules/core-js/fn/math/hypot.js2
-rw-r--r--node_modules/core-js/fn/math/iaddh.js2
-rw-r--r--node_modules/core-js/fn/math/imul.js2
-rw-r--r--node_modules/core-js/fn/math/imulh.js2
-rw-r--r--node_modules/core-js/fn/math/index.js10
-rw-r--r--node_modules/core-js/fn/math/isubh.js2
-rw-r--r--node_modules/core-js/fn/math/log10.js2
-rw-r--r--node_modules/core-js/fn/math/log1p.js2
-rw-r--r--node_modules/core-js/fn/math/log2.js2
-rw-r--r--node_modules/core-js/fn/math/rad-per-deg.js2
-rw-r--r--node_modules/core-js/fn/math/radians.js2
-rw-r--r--node_modules/core-js/fn/math/scale.js2
-rw-r--r--node_modules/core-js/fn/math/sign.js2
-rw-r--r--node_modules/core-js/fn/math/signbit.js3
-rw-r--r--node_modules/core-js/fn/math/sinh.js2
-rw-r--r--node_modules/core-js/fn/math/tanh.js2
-rw-r--r--node_modules/core-js/fn/math/trunc.js2
-rw-r--r--node_modules/core-js/fn/math/umulh.js2
30 files changed, 47 insertions, 22 deletions
diff --git a/node_modules/core-js/fn/math/acosh.js b/node_modules/core-js/fn/math/acosh.js
index 9c904c2d6..950dbcb21 100644
--- a/node_modules/core-js/fn/math/acosh.js
+++ b/node_modules/core-js/fn/math/acosh.js
@@ -1,2 +1,2 @@
require('../../modules/es6.math.acosh');
-module.exports = require('../../modules/_core').Math.acosh; \ No newline at end of file
+module.exports = require('../../modules/_core').Math.acosh;
diff --git a/node_modules/core-js/fn/math/asinh.js b/node_modules/core-js/fn/math/asinh.js
index 9e209c9d1..05b95e068 100644
--- a/node_modules/core-js/fn/math/asinh.js
+++ b/node_modules/core-js/fn/math/asinh.js
@@ -1,2 +1,2 @@
require('../../modules/es6.math.asinh');
-module.exports = require('../../modules/_core').Math.asinh; \ No newline at end of file
+module.exports = require('../../modules/_core').Math.asinh;
diff --git a/node_modules/core-js/fn/math/atanh.js b/node_modules/core-js/fn/math/atanh.js
index b116296d8..84d5b2321 100644
--- a/node_modules/core-js/fn/math/atanh.js
+++ b/node_modules/core-js/fn/math/atanh.js
@@ -1,2 +1,2 @@
require('../../modules/es6.math.atanh');
-module.exports = require('../../modules/_core').Math.atanh; \ No newline at end of file
+module.exports = require('../../modules/_core').Math.atanh;
diff --git a/node_modules/core-js/fn/math/cbrt.js b/node_modules/core-js/fn/math/cbrt.js
index 6ffec33a2..1105a30ed 100644
--- a/node_modules/core-js/fn/math/cbrt.js
+++ b/node_modules/core-js/fn/math/cbrt.js
@@ -1,2 +1,2 @@
require('../../modules/es6.math.cbrt');
-module.exports = require('../../modules/_core').Math.cbrt; \ No newline at end of file
+module.exports = require('../../modules/_core').Math.cbrt;
diff --git a/node_modules/core-js/fn/math/clamp.js b/node_modules/core-js/fn/math/clamp.js
new file mode 100644
index 000000000..c6948fa0c
--- /dev/null
+++ b/node_modules/core-js/fn/math/clamp.js
@@ -0,0 +1,2 @@
+require('../../modules/es7.math.clamp');
+module.exports = require('../../modules/_core').Math.clamp;
diff --git a/node_modules/core-js/fn/math/clz32.js b/node_modules/core-js/fn/math/clz32.js
index beeaae165..5344e391b 100644
--- a/node_modules/core-js/fn/math/clz32.js
+++ b/node_modules/core-js/fn/math/clz32.js
@@ -1,2 +1,2 @@
require('../../modules/es6.math.clz32');
-module.exports = require('../../modules/_core').Math.clz32; \ No newline at end of file
+module.exports = require('../../modules/_core').Math.clz32;
diff --git a/node_modules/core-js/fn/math/cosh.js b/node_modules/core-js/fn/math/cosh.js
index bf92dc13d..8a78e8af3 100644
--- a/node_modules/core-js/fn/math/cosh.js
+++ b/node_modules/core-js/fn/math/cosh.js
@@ -1,2 +1,2 @@
require('../../modules/es6.math.cosh');
-module.exports = require('../../modules/_core').Math.cosh; \ No newline at end of file
+module.exports = require('../../modules/_core').Math.cosh;
diff --git a/node_modules/core-js/fn/math/deg-per-rad.js b/node_modules/core-js/fn/math/deg-per-rad.js
new file mode 100644
index 000000000..a555de070
--- /dev/null
+++ b/node_modules/core-js/fn/math/deg-per-rad.js
@@ -0,0 +1,2 @@
+require('../../modules/es7.math.deg-per-rad');
+module.exports = Math.PI / 180;
diff --git a/node_modules/core-js/fn/math/degrees.js b/node_modules/core-js/fn/math/degrees.js
new file mode 100644
index 000000000..9b4e4efa2
--- /dev/null
+++ b/node_modules/core-js/fn/math/degrees.js
@@ -0,0 +1,2 @@
+require('../../modules/es7.math.degrees');
+module.exports = require('../../modules/_core').Math.degrees;
diff --git a/node_modules/core-js/fn/math/expm1.js b/node_modules/core-js/fn/math/expm1.js
index 0b30ebb1b..576f9e9b2 100644
--- a/node_modules/core-js/fn/math/expm1.js
+++ b/node_modules/core-js/fn/math/expm1.js
@@ -1,2 +1,2 @@
require('../../modules/es6.math.expm1');
-module.exports = require('../../modules/_core').Math.expm1; \ No newline at end of file
+module.exports = require('../../modules/_core').Math.expm1;
diff --git a/node_modules/core-js/fn/math/fround.js b/node_modules/core-js/fn/math/fround.js
index c75a22937..22c685fc5 100644
--- a/node_modules/core-js/fn/math/fround.js
+++ b/node_modules/core-js/fn/math/fround.js
@@ -1,2 +1,2 @@
require('../../modules/es6.math.fround');
-module.exports = require('../../modules/_core').Math.fround; \ No newline at end of file
+module.exports = require('../../modules/_core').Math.fround;
diff --git a/node_modules/core-js/fn/math/fscale.js b/node_modules/core-js/fn/math/fscale.js
new file mode 100644
index 000000000..faf523099
--- /dev/null
+++ b/node_modules/core-js/fn/math/fscale.js
@@ -0,0 +1,2 @@
+require('../../modules/es7.math.fscale');
+module.exports = require('../../modules/_core').Math.fscale;
diff --git a/node_modules/core-js/fn/math/hypot.js b/node_modules/core-js/fn/math/hypot.js
index 2126285c2..864401f94 100644
--- a/node_modules/core-js/fn/math/hypot.js
+++ b/node_modules/core-js/fn/math/hypot.js
@@ -1,2 +1,2 @@
require('../../modules/es6.math.hypot');
-module.exports = require('../../modules/_core').Math.hypot; \ No newline at end of file
+module.exports = require('../../modules/_core').Math.hypot;
diff --git a/node_modules/core-js/fn/math/iaddh.js b/node_modules/core-js/fn/math/iaddh.js
index cae754ee1..49fb701cd 100644
--- a/node_modules/core-js/fn/math/iaddh.js
+++ b/node_modules/core-js/fn/math/iaddh.js
@@ -1,2 +1,2 @@
require('../../modules/es7.math.iaddh');
-module.exports = require('../../modules/_core').Math.iaddh; \ No newline at end of file
+module.exports = require('../../modules/_core').Math.iaddh;
diff --git a/node_modules/core-js/fn/math/imul.js b/node_modules/core-js/fn/math/imul.js
index 1f5ce1610..725e99eed 100644
--- a/node_modules/core-js/fn/math/imul.js
+++ b/node_modules/core-js/fn/math/imul.js
@@ -1,2 +1,2 @@
require('../../modules/es6.math.imul');
-module.exports = require('../../modules/_core').Math.imul; \ No newline at end of file
+module.exports = require('../../modules/_core').Math.imul;
diff --git a/node_modules/core-js/fn/math/imulh.js b/node_modules/core-js/fn/math/imulh.js
index 3b47bf8c2..a5528ce29 100644
--- a/node_modules/core-js/fn/math/imulh.js
+++ b/node_modules/core-js/fn/math/imulh.js
@@ -1,2 +1,2 @@
require('../../modules/es7.math.imulh');
-module.exports = require('../../modules/_core').Math.imulh; \ No newline at end of file
+module.exports = require('../../modules/_core').Math.imulh;
diff --git a/node_modules/core-js/fn/math/index.js b/node_modules/core-js/fn/math/index.js
index 8a2664b18..65e3ceca9 100644
--- a/node_modules/core-js/fn/math/index.js
+++ b/node_modules/core-js/fn/math/index.js
@@ -15,8 +15,16 @@ require('../../modules/es6.math.sign');
require('../../modules/es6.math.sinh');
require('../../modules/es6.math.tanh');
require('../../modules/es6.math.trunc');
+require('../../modules/es7.math.clamp');
+require('../../modules/es7.math.deg-per-rad');
+require('../../modules/es7.math.degrees');
+require('../../modules/es7.math.fscale');
require('../../modules/es7.math.iaddh');
require('../../modules/es7.math.isubh');
require('../../modules/es7.math.imulh');
+require('../../modules/es7.math.rad-per-deg');
+require('../../modules/es7.math.radians');
+require('../../modules/es7.math.scale');
require('../../modules/es7.math.umulh');
-module.exports = require('../../modules/_core').Math; \ No newline at end of file
+require('../../modules/es7.math.signbit');
+module.exports = require('../../modules/_core').Math;
diff --git a/node_modules/core-js/fn/math/isubh.js b/node_modules/core-js/fn/math/isubh.js
index e120e423f..c1dcfd320 100644
--- a/node_modules/core-js/fn/math/isubh.js
+++ b/node_modules/core-js/fn/math/isubh.js
@@ -1,2 +1,2 @@
require('../../modules/es7.math.isubh');
-module.exports = require('../../modules/_core').Math.isubh; \ No newline at end of file
+module.exports = require('../../modules/_core').Math.isubh;
diff --git a/node_modules/core-js/fn/math/log10.js b/node_modules/core-js/fn/math/log10.js
index 1246e0ae0..aa27709c4 100644
--- a/node_modules/core-js/fn/math/log10.js
+++ b/node_modules/core-js/fn/math/log10.js
@@ -1,2 +1,2 @@
require('../../modules/es6.math.log10');
-module.exports = require('../../modules/_core').Math.log10; \ No newline at end of file
+module.exports = require('../../modules/_core').Math.log10;
diff --git a/node_modules/core-js/fn/math/log1p.js b/node_modules/core-js/fn/math/log1p.js
index 047b84c05..ba557839c 100644
--- a/node_modules/core-js/fn/math/log1p.js
+++ b/node_modules/core-js/fn/math/log1p.js
@@ -1,2 +1,2 @@
require('../../modules/es6.math.log1p');
-module.exports = require('../../modules/_core').Math.log1p; \ No newline at end of file
+module.exports = require('../../modules/_core').Math.log1p;
diff --git a/node_modules/core-js/fn/math/log2.js b/node_modules/core-js/fn/math/log2.js
index ce3e99c1e..6ba3143ca 100644
--- a/node_modules/core-js/fn/math/log2.js
+++ b/node_modules/core-js/fn/math/log2.js
@@ -1,2 +1,2 @@
require('../../modules/es6.math.log2');
-module.exports = require('../../modules/_core').Math.log2; \ No newline at end of file
+module.exports = require('../../modules/_core').Math.log2;
diff --git a/node_modules/core-js/fn/math/rad-per-deg.js b/node_modules/core-js/fn/math/rad-per-deg.js
new file mode 100644
index 000000000..e8ef0242f
--- /dev/null
+++ b/node_modules/core-js/fn/math/rad-per-deg.js
@@ -0,0 +1,2 @@
+require('../../modules/es7.math.rad-per-deg');
+module.exports = 180 / Math.PI;
diff --git a/node_modules/core-js/fn/math/radians.js b/node_modules/core-js/fn/math/radians.js
new file mode 100644
index 000000000..00539ec1d
--- /dev/null
+++ b/node_modules/core-js/fn/math/radians.js
@@ -0,0 +1,2 @@
+require('../../modules/es7.math.radians');
+module.exports = require('../../modules/_core').Math.radians;
diff --git a/node_modules/core-js/fn/math/scale.js b/node_modules/core-js/fn/math/scale.js
new file mode 100644
index 000000000..cde3e3121
--- /dev/null
+++ b/node_modules/core-js/fn/math/scale.js
@@ -0,0 +1,2 @@
+require('../../modules/es7.math.scale');
+module.exports = require('../../modules/_core').Math.scale;
diff --git a/node_modules/core-js/fn/math/sign.js b/node_modules/core-js/fn/math/sign.js
index 0963ecaf9..efb628f03 100644
--- a/node_modules/core-js/fn/math/sign.js
+++ b/node_modules/core-js/fn/math/sign.js
@@ -1,2 +1,2 @@
require('../../modules/es6.math.sign');
-module.exports = require('../../modules/_core').Math.sign; \ No newline at end of file
+module.exports = require('../../modules/_core').Math.sign;
diff --git a/node_modules/core-js/fn/math/signbit.js b/node_modules/core-js/fn/math/signbit.js
new file mode 100644
index 000000000..afe0a3c25
--- /dev/null
+++ b/node_modules/core-js/fn/math/signbit.js
@@ -0,0 +1,3 @@
+require('../../modules/es7.math.signbit');
+
+module.exports = require('../../modules/_core').Math.signbit;
diff --git a/node_modules/core-js/fn/math/sinh.js b/node_modules/core-js/fn/math/sinh.js
index c35cb7394..096493fb0 100644
--- a/node_modules/core-js/fn/math/sinh.js
+++ b/node_modules/core-js/fn/math/sinh.js
@@ -1,2 +1,2 @@
require('../../modules/es6.math.sinh');
-module.exports = require('../../modules/_core').Math.sinh; \ No newline at end of file
+module.exports = require('../../modules/_core').Math.sinh;
diff --git a/node_modules/core-js/fn/math/tanh.js b/node_modules/core-js/fn/math/tanh.js
index 3d1966db3..0b7f49c32 100644
--- a/node_modules/core-js/fn/math/tanh.js
+++ b/node_modules/core-js/fn/math/tanh.js
@@ -1,2 +1,2 @@
require('../../modules/es6.math.tanh');
-module.exports = require('../../modules/_core').Math.tanh; \ No newline at end of file
+module.exports = require('../../modules/_core').Math.tanh;
diff --git a/node_modules/core-js/fn/math/trunc.js b/node_modules/core-js/fn/math/trunc.js
index 135b7dcb8..96ca05780 100644
--- a/node_modules/core-js/fn/math/trunc.js
+++ b/node_modules/core-js/fn/math/trunc.js
@@ -1,2 +1,2 @@
require('../../modules/es6.math.trunc');
-module.exports = require('../../modules/_core').Math.trunc; \ No newline at end of file
+module.exports = require('../../modules/_core').Math.trunc;
diff --git a/node_modules/core-js/fn/math/umulh.js b/node_modules/core-js/fn/math/umulh.js
index d93b9ae05..ebe5a96fa 100644
--- a/node_modules/core-js/fn/math/umulh.js
+++ b/node_modules/core-js/fn/math/umulh.js
@@ -1,2 +1,2 @@
require('../../modules/es7.math.umulh');
-module.exports = require('../../modules/_core').Math.umulh; \ No newline at end of file
+module.exports = require('../../modules/_core').Math.umulh;