aboutsummaryrefslogtreecommitdiff
path: root/node_modules/core-js/stable/math
diff options
context:
space:
mode:
authorPriyansh <[email protected]>2020-12-22 17:49:59 +0530
committerPriyansh <[email protected]>2020-12-22 17:49:59 +0530
commite93da8b04da86773247aadb1cbb1912e4f4526b2 (patch)
treeeb4ef3203a92ed3dbd2252ddb1ea23bd2d670c98 /node_modules/core-js/stable/math
parenta5743c293dcb435e4b159a4df791f8955a4110ec (diff)
downloadstyx-e93da8b04da86773247aadb1cbb1912e4f4526b2.tar.xz
styx-e93da8b04da86773247aadb1cbb1912e4f4526b2.zip
Rewriting Project
Diffstat (limited to 'node_modules/core-js/stable/math')
-rw-r--r--node_modules/core-js/stable/math/acosh.js3
-rw-r--r--node_modules/core-js/stable/math/asinh.js3
-rw-r--r--node_modules/core-js/stable/math/atanh.js3
-rw-r--r--node_modules/core-js/stable/math/cbrt.js3
-rw-r--r--node_modules/core-js/stable/math/clz32.js3
-rw-r--r--node_modules/core-js/stable/math/cosh.js3
-rw-r--r--node_modules/core-js/stable/math/expm1.js3
-rw-r--r--node_modules/core-js/stable/math/fround.js3
-rw-r--r--node_modules/core-js/stable/math/hypot.js3
-rw-r--r--node_modules/core-js/stable/math/imul.js3
-rw-r--r--node_modules/core-js/stable/math/index.js3
-rw-r--r--node_modules/core-js/stable/math/log10.js3
-rw-r--r--node_modules/core-js/stable/math/log1p.js3
-rw-r--r--node_modules/core-js/stable/math/log2.js3
-rw-r--r--node_modules/core-js/stable/math/sign.js3
-rw-r--r--node_modules/core-js/stable/math/sinh.js3
-rw-r--r--node_modules/core-js/stable/math/tanh.js3
-rw-r--r--node_modules/core-js/stable/math/to-string-tag.js3
-rw-r--r--node_modules/core-js/stable/math/trunc.js3
19 files changed, 57 insertions, 0 deletions
diff --git a/node_modules/core-js/stable/math/acosh.js b/node_modules/core-js/stable/math/acosh.js
new file mode 100644
index 0000000..f039937
--- /dev/null
+++ b/node_modules/core-js/stable/math/acosh.js
@@ -0,0 +1,3 @@
+var parent = require('../../es/math/acosh');
+
+module.exports = parent;
diff --git a/node_modules/core-js/stable/math/asinh.js b/node_modules/core-js/stable/math/asinh.js
new file mode 100644
index 0000000..95a302a
--- /dev/null
+++ b/node_modules/core-js/stable/math/asinh.js
@@ -0,0 +1,3 @@
+var parent = require('../../es/math/asinh');
+
+module.exports = parent;
diff --git a/node_modules/core-js/stable/math/atanh.js b/node_modules/core-js/stable/math/atanh.js
new file mode 100644
index 0000000..f1ebad7
--- /dev/null
+++ b/node_modules/core-js/stable/math/atanh.js
@@ -0,0 +1,3 @@
+var parent = require('../../es/math/atanh');
+
+module.exports = parent;
diff --git a/node_modules/core-js/stable/math/cbrt.js b/node_modules/core-js/stable/math/cbrt.js
new file mode 100644
index 0000000..2c1f825
--- /dev/null
+++ b/node_modules/core-js/stable/math/cbrt.js
@@ -0,0 +1,3 @@
+var parent = require('../../es/math/cbrt');
+
+module.exports = parent;
diff --git a/node_modules/core-js/stable/math/clz32.js b/node_modules/core-js/stable/math/clz32.js
new file mode 100644
index 0000000..a0ecd15
--- /dev/null
+++ b/node_modules/core-js/stable/math/clz32.js
@@ -0,0 +1,3 @@
+var parent = require('../../es/math/clz32');
+
+module.exports = parent;
diff --git a/node_modules/core-js/stable/math/cosh.js b/node_modules/core-js/stable/math/cosh.js
new file mode 100644
index 0000000..bc8a11f
--- /dev/null
+++ b/node_modules/core-js/stable/math/cosh.js
@@ -0,0 +1,3 @@
+var parent = require('../../es/math/cosh');
+
+module.exports = parent;
diff --git a/node_modules/core-js/stable/math/expm1.js b/node_modules/core-js/stable/math/expm1.js
new file mode 100644
index 0000000..0527f81
--- /dev/null
+++ b/node_modules/core-js/stable/math/expm1.js
@@ -0,0 +1,3 @@
+var parent = require('../../es/math/expm1');
+
+module.exports = parent;
diff --git a/node_modules/core-js/stable/math/fround.js b/node_modules/core-js/stable/math/fround.js
new file mode 100644
index 0000000..5caff7d
--- /dev/null
+++ b/node_modules/core-js/stable/math/fround.js
@@ -0,0 +1,3 @@
+var parent = require('../../es/math/fround');
+
+module.exports = parent;
diff --git a/node_modules/core-js/stable/math/hypot.js b/node_modules/core-js/stable/math/hypot.js
new file mode 100644
index 0000000..3db8d78
--- /dev/null
+++ b/node_modules/core-js/stable/math/hypot.js
@@ -0,0 +1,3 @@
+var parent = require('../../es/math/hypot');
+
+module.exports = parent;
diff --git a/node_modules/core-js/stable/math/imul.js b/node_modules/core-js/stable/math/imul.js
new file mode 100644
index 0000000..4d31d24
--- /dev/null
+++ b/node_modules/core-js/stable/math/imul.js
@@ -0,0 +1,3 @@
+var parent = require('../../es/math/imul');
+
+module.exports = parent;
diff --git a/node_modules/core-js/stable/math/index.js b/node_modules/core-js/stable/math/index.js
new file mode 100644
index 0000000..f563253
--- /dev/null
+++ b/node_modules/core-js/stable/math/index.js
@@ -0,0 +1,3 @@
+var parent = require('../../es/math');
+
+module.exports = parent;
diff --git a/node_modules/core-js/stable/math/log10.js b/node_modules/core-js/stable/math/log10.js
new file mode 100644
index 0000000..07b9704
--- /dev/null
+++ b/node_modules/core-js/stable/math/log10.js
@@ -0,0 +1,3 @@
+var parent = require('../../es/math/log10');
+
+module.exports = parent;
diff --git a/node_modules/core-js/stable/math/log1p.js b/node_modules/core-js/stable/math/log1p.js
new file mode 100644
index 0000000..b31d730
--- /dev/null
+++ b/node_modules/core-js/stable/math/log1p.js
@@ -0,0 +1,3 @@
+var parent = require('../../es/math/log1p');
+
+module.exports = parent;
diff --git a/node_modules/core-js/stable/math/log2.js b/node_modules/core-js/stable/math/log2.js
new file mode 100644
index 0000000..00db8a5
--- /dev/null
+++ b/node_modules/core-js/stable/math/log2.js
@@ -0,0 +1,3 @@
+var parent = require('../../es/math/log2');
+
+module.exports = parent;
diff --git a/node_modules/core-js/stable/math/sign.js b/node_modules/core-js/stable/math/sign.js
new file mode 100644
index 0000000..c7bef22
--- /dev/null
+++ b/node_modules/core-js/stable/math/sign.js
@@ -0,0 +1,3 @@
+var parent = require('../../es/math/sign');
+
+module.exports = parent;
diff --git a/node_modules/core-js/stable/math/sinh.js b/node_modules/core-js/stable/math/sinh.js
new file mode 100644
index 0000000..96f8f8e
--- /dev/null
+++ b/node_modules/core-js/stable/math/sinh.js
@@ -0,0 +1,3 @@
+var parent = require('../../es/math/sinh');
+
+module.exports = parent;
diff --git a/node_modules/core-js/stable/math/tanh.js b/node_modules/core-js/stable/math/tanh.js
new file mode 100644
index 0000000..c9e8bb8
--- /dev/null
+++ b/node_modules/core-js/stable/math/tanh.js
@@ -0,0 +1,3 @@
+var parent = require('../../es/math/tanh');
+
+module.exports = parent;
diff --git a/node_modules/core-js/stable/math/to-string-tag.js b/node_modules/core-js/stable/math/to-string-tag.js
new file mode 100644
index 0000000..02faadf
--- /dev/null
+++ b/node_modules/core-js/stable/math/to-string-tag.js
@@ -0,0 +1,3 @@
+var parent = require('../../es/math/to-string-tag');
+
+module.exports = parent;
diff --git a/node_modules/core-js/stable/math/trunc.js b/node_modules/core-js/stable/math/trunc.js
new file mode 100644
index 0000000..7635c17
--- /dev/null
+++ b/node_modules/core-js/stable/math/trunc.js
@@ -0,0 +1,3 @@
+var parent = require('../../es/math/trunc');
+
+module.exports = parent;