project bootstrap

This commit is contained in:
2023-11-25 18:12:47 -05:00
parent 5cd875ae80
commit 6ef22d88f9
39139 changed files with 4944609 additions and 2 deletions
+4
View File
@@ -0,0 +1,4 @@
'use strict';
var parent = require('../../es/math/acosh');
module.exports = parent;
+4
View File
@@ -0,0 +1,4 @@
'use strict';
var parent = require('../../es/math/asinh');
module.exports = parent;
+4
View File
@@ -0,0 +1,4 @@
'use strict';
var parent = require('../../es/math/atanh');
module.exports = parent;
+4
View File
@@ -0,0 +1,4 @@
'use strict';
var parent = require('../../es/math/cbrt');
module.exports = parent;
+4
View File
@@ -0,0 +1,4 @@
'use strict';
var parent = require('../../es/math/clz32');
module.exports = parent;
+4
View File
@@ -0,0 +1,4 @@
'use strict';
var parent = require('../../es/math/cosh');
module.exports = parent;
+4
View File
@@ -0,0 +1,4 @@
'use strict';
var parent = require('../../es/math/expm1');
module.exports = parent;
+4
View File
@@ -0,0 +1,4 @@
'use strict';
var parent = require('../../es/math/fround');
module.exports = parent;
+4
View File
@@ -0,0 +1,4 @@
'use strict';
var parent = require('../../es/math/hypot');
module.exports = parent;
+4
View File
@@ -0,0 +1,4 @@
'use strict';
var parent = require('../../es/math/imul');
module.exports = parent;
+4
View File
@@ -0,0 +1,4 @@
'use strict';
var parent = require('../../es/math');
module.exports = parent;
+4
View File
@@ -0,0 +1,4 @@
'use strict';
var parent = require('../../es/math/log10');
module.exports = parent;
+4
View File
@@ -0,0 +1,4 @@
'use strict';
var parent = require('../../es/math/log1p');
module.exports = parent;
+4
View File
@@ -0,0 +1,4 @@
'use strict';
var parent = require('../../es/math/log2');
module.exports = parent;
+4
View File
@@ -0,0 +1,4 @@
'use strict';
var parent = require('../../es/math/sign');
module.exports = parent;
+4
View File
@@ -0,0 +1,4 @@
'use strict';
var parent = require('../../es/math/sinh');
module.exports = parent;
+4
View File
@@ -0,0 +1,4 @@
'use strict';
var parent = require('../../es/math/tanh');
module.exports = parent;
+4
View File
@@ -0,0 +1,4 @@
'use strict';
var parent = require('../../es/math/to-string-tag');
module.exports = parent;
+4
View File
@@ -0,0 +1,4 @@
'use strict';
var parent = require('../../es/math/trunc');
module.exports = parent;