aboutsummaryrefslogtreecommitdiff
path: root/node_modules/babel-runtime/core-js/math
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/babel-runtime/core-js/math')
-rw-r--r--node_modules/babel-runtime/core-js/math/acosh.js1
-rw-r--r--node_modules/babel-runtime/core-js/math/asinh.js1
-rw-r--r--node_modules/babel-runtime/core-js/math/atanh.js1
-rw-r--r--node_modules/babel-runtime/core-js/math/cbrt.js1
-rw-r--r--node_modules/babel-runtime/core-js/math/clz32.js1
-rw-r--r--node_modules/babel-runtime/core-js/math/cosh.js1
-rw-r--r--node_modules/babel-runtime/core-js/math/expm1.js1
-rw-r--r--node_modules/babel-runtime/core-js/math/fround.js1
-rw-r--r--node_modules/babel-runtime/core-js/math/hypot.js1
-rw-r--r--node_modules/babel-runtime/core-js/math/iaddh.js1
-rw-r--r--node_modules/babel-runtime/core-js/math/imul.js1
-rw-r--r--node_modules/babel-runtime/core-js/math/imulh.js1
-rw-r--r--node_modules/babel-runtime/core-js/math/isubh.js1
-rw-r--r--node_modules/babel-runtime/core-js/math/log10.js1
-rw-r--r--node_modules/babel-runtime/core-js/math/log1p.js1
-rw-r--r--node_modules/babel-runtime/core-js/math/log2.js1
-rw-r--r--node_modules/babel-runtime/core-js/math/sign.js1
-rw-r--r--node_modules/babel-runtime/core-js/math/sinh.js1
-rw-r--r--node_modules/babel-runtime/core-js/math/tanh.js1
-rw-r--r--node_modules/babel-runtime/core-js/math/trunc.js1
-rw-r--r--node_modules/babel-runtime/core-js/math/umulh.js1
21 files changed, 21 insertions, 0 deletions
diff --git a/node_modules/babel-runtime/core-js/math/acosh.js b/node_modules/babel-runtime/core-js/math/acosh.js
new file mode 100644
index 00000000..37e2202d
--- /dev/null
+++ b/node_modules/babel-runtime/core-js/math/acosh.js
@@ -0,0 +1 @@
+module.exports = { "default": require("core-js/library/fn/math/acosh"), __esModule: true }; \ No newline at end of file
diff --git a/node_modules/babel-runtime/core-js/math/asinh.js b/node_modules/babel-runtime/core-js/math/asinh.js
new file mode 100644
index 00000000..b5147b3d
--- /dev/null
+++ b/node_modules/babel-runtime/core-js/math/asinh.js
@@ -0,0 +1 @@
+module.exports = { "default": require("core-js/library/fn/math/asinh"), __esModule: true }; \ No newline at end of file
diff --git a/node_modules/babel-runtime/core-js/math/atanh.js b/node_modules/babel-runtime/core-js/math/atanh.js
new file mode 100644
index 00000000..ad09bb7f
--- /dev/null
+++ b/node_modules/babel-runtime/core-js/math/atanh.js
@@ -0,0 +1 @@
+module.exports = { "default": require("core-js/library/fn/math/atanh"), __esModule: true }; \ No newline at end of file
diff --git a/node_modules/babel-runtime/core-js/math/cbrt.js b/node_modules/babel-runtime/core-js/math/cbrt.js
new file mode 100644
index 00000000..24a69748
--- /dev/null
+++ b/node_modules/babel-runtime/core-js/math/cbrt.js
@@ -0,0 +1 @@
+module.exports = { "default": require("core-js/library/fn/math/cbrt"), __esModule: true }; \ No newline at end of file
diff --git a/node_modules/babel-runtime/core-js/math/clz32.js b/node_modules/babel-runtime/core-js/math/clz32.js
new file mode 100644
index 00000000..d2218b48
--- /dev/null
+++ b/node_modules/babel-runtime/core-js/math/clz32.js
@@ -0,0 +1 @@
+module.exports = { "default": require("core-js/library/fn/math/clz32"), __esModule: true }; \ No newline at end of file
diff --git a/node_modules/babel-runtime/core-js/math/cosh.js b/node_modules/babel-runtime/core-js/math/cosh.js
new file mode 100644
index 00000000..fa9d0794
--- /dev/null
+++ b/node_modules/babel-runtime/core-js/math/cosh.js
@@ -0,0 +1 @@
+module.exports = { "default": require("core-js/library/fn/math/cosh"), __esModule: true }; \ No newline at end of file
diff --git a/node_modules/babel-runtime/core-js/math/expm1.js b/node_modules/babel-runtime/core-js/math/expm1.js
new file mode 100644
index 00000000..860921ed
--- /dev/null
+++ b/node_modules/babel-runtime/core-js/math/expm1.js
@@ -0,0 +1 @@
+module.exports = { "default": require("core-js/library/fn/math/expm1"), __esModule: true }; \ No newline at end of file
diff --git a/node_modules/babel-runtime/core-js/math/fround.js b/node_modules/babel-runtime/core-js/math/fround.js
new file mode 100644
index 00000000..b62e43ab
--- /dev/null
+++ b/node_modules/babel-runtime/core-js/math/fround.js
@@ -0,0 +1 @@
+module.exports = { "default": require("core-js/library/fn/math/fround"), __esModule: true }; \ No newline at end of file
diff --git a/node_modules/babel-runtime/core-js/math/hypot.js b/node_modules/babel-runtime/core-js/math/hypot.js
new file mode 100644
index 00000000..b07335bf
--- /dev/null
+++ b/node_modules/babel-runtime/core-js/math/hypot.js
@@ -0,0 +1 @@
+module.exports = { "default": require("core-js/library/fn/math/hypot"), __esModule: true }; \ No newline at end of file
diff --git a/node_modules/babel-runtime/core-js/math/iaddh.js b/node_modules/babel-runtime/core-js/math/iaddh.js
new file mode 100644
index 00000000..016eb07f
--- /dev/null
+++ b/node_modules/babel-runtime/core-js/math/iaddh.js
@@ -0,0 +1 @@
+module.exports = { "default": require("core-js/library/fn/math/iaddh"), __esModule: true }; \ No newline at end of file
diff --git a/node_modules/babel-runtime/core-js/math/imul.js b/node_modules/babel-runtime/core-js/math/imul.js
new file mode 100644
index 00000000..3bf89e84
--- /dev/null
+++ b/node_modules/babel-runtime/core-js/math/imul.js
@@ -0,0 +1 @@
+module.exports = { "default": require("core-js/library/fn/math/imul"), __esModule: true }; \ No newline at end of file
diff --git a/node_modules/babel-runtime/core-js/math/imulh.js b/node_modules/babel-runtime/core-js/math/imulh.js
new file mode 100644
index 00000000..3fc7d744
--- /dev/null
+++ b/node_modules/babel-runtime/core-js/math/imulh.js
@@ -0,0 +1 @@
+module.exports = { "default": require("core-js/library/fn/math/imulh"), __esModule: true }; \ No newline at end of file
diff --git a/node_modules/babel-runtime/core-js/math/isubh.js b/node_modules/babel-runtime/core-js/math/isubh.js
new file mode 100644
index 00000000..6b6ea4f1
--- /dev/null
+++ b/node_modules/babel-runtime/core-js/math/isubh.js
@@ -0,0 +1 @@
+module.exports = { "default": require("core-js/library/fn/math/isubh"), __esModule: true }; \ No newline at end of file
diff --git a/node_modules/babel-runtime/core-js/math/log10.js b/node_modules/babel-runtime/core-js/math/log10.js
new file mode 100644
index 00000000..f384512d
--- /dev/null
+++ b/node_modules/babel-runtime/core-js/math/log10.js
@@ -0,0 +1 @@
+module.exports = { "default": require("core-js/library/fn/math/log10"), __esModule: true }; \ No newline at end of file
diff --git a/node_modules/babel-runtime/core-js/math/log1p.js b/node_modules/babel-runtime/core-js/math/log1p.js
new file mode 100644
index 00000000..358fc452
--- /dev/null
+++ b/node_modules/babel-runtime/core-js/math/log1p.js
@@ -0,0 +1 @@
+module.exports = { "default": require("core-js/library/fn/math/log1p"), __esModule: true }; \ No newline at end of file
diff --git a/node_modules/babel-runtime/core-js/math/log2.js b/node_modules/babel-runtime/core-js/math/log2.js
new file mode 100644
index 00000000..1cbca00b
--- /dev/null
+++ b/node_modules/babel-runtime/core-js/math/log2.js
@@ -0,0 +1 @@
+module.exports = { "default": require("core-js/library/fn/math/log2"), __esModule: true }; \ No newline at end of file
diff --git a/node_modules/babel-runtime/core-js/math/sign.js b/node_modules/babel-runtime/core-js/math/sign.js
new file mode 100644
index 00000000..8d0cfa32
--- /dev/null
+++ b/node_modules/babel-runtime/core-js/math/sign.js
@@ -0,0 +1 @@
+module.exports = { "default": require("core-js/library/fn/math/sign"), __esModule: true }; \ No newline at end of file
diff --git a/node_modules/babel-runtime/core-js/math/sinh.js b/node_modules/babel-runtime/core-js/math/sinh.js
new file mode 100644
index 00000000..81afaddc
--- /dev/null
+++ b/node_modules/babel-runtime/core-js/math/sinh.js
@@ -0,0 +1 @@
+module.exports = { "default": require("core-js/library/fn/math/sinh"), __esModule: true }; \ No newline at end of file
diff --git a/node_modules/babel-runtime/core-js/math/tanh.js b/node_modules/babel-runtime/core-js/math/tanh.js
new file mode 100644
index 00000000..76fad88a
--- /dev/null
+++ b/node_modules/babel-runtime/core-js/math/tanh.js
@@ -0,0 +1 @@
+module.exports = { "default": require("core-js/library/fn/math/tanh"), __esModule: true }; \ No newline at end of file
diff --git a/node_modules/babel-runtime/core-js/math/trunc.js b/node_modules/babel-runtime/core-js/math/trunc.js
new file mode 100644
index 00000000..443a9581
--- /dev/null
+++ b/node_modules/babel-runtime/core-js/math/trunc.js
@@ -0,0 +1 @@
+module.exports = { "default": require("core-js/library/fn/math/trunc"), __esModule: true }; \ No newline at end of file
diff --git a/node_modules/babel-runtime/core-js/math/umulh.js b/node_modules/babel-runtime/core-js/math/umulh.js
new file mode 100644
index 00000000..357f389c
--- /dev/null
+++ b/node_modules/babel-runtime/core-js/math/umulh.js
@@ -0,0 +1 @@
+module.exports = { "default": require("core-js/library/fn/math/umulh"), __esModule: true }; \ No newline at end of file