Initial Save

This commit is contained in:
jackbeeby
2025-03-28 12:30:19 +11:00
parent e381994f19
commit d8773925e8
9910 changed files with 982718 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
'use strict';
var parent = require('../../stable/math/acosh');
module.exports = parent;
+4
View File
@@ -0,0 +1,4 @@
'use strict';
var parent = require('../../stable/math/asinh');
module.exports = parent;
+4
View File
@@ -0,0 +1,4 @@
'use strict';
var parent = require('../../stable/math/atanh');
module.exports = parent;
+4
View File
@@ -0,0 +1,4 @@
'use strict';
var parent = require('../../stable/math/cbrt');
module.exports = parent;
+4
View File
@@ -0,0 +1,4 @@
'use strict';
var parent = require('../../stable/math/clz32');
module.exports = parent;
+4
View File
@@ -0,0 +1,4 @@
'use strict';
var parent = require('../../stable/math/cosh');
module.exports = parent;
+4
View File
@@ -0,0 +1,4 @@
'use strict';
var parent = require('../../stable/math/expm1');
module.exports = parent;
+5
View File
@@ -0,0 +1,5 @@
'use strict';
var parent = require('../../stable/math/f16round');
require('../../modules/esnext.math.f16round');
module.exports = parent;
+4
View File
@@ -0,0 +1,4 @@
'use strict';
var parent = require('../../stable/math/fround');
module.exports = parent;
+4
View File
@@ -0,0 +1,4 @@
'use strict';
var parent = require('../../stable/math/hypot');
module.exports = parent;
+4
View File
@@ -0,0 +1,4 @@
'use strict';
var parent = require('../../stable/math/imul');
module.exports = parent;
+7
View File
@@ -0,0 +1,7 @@
'use strict';
var parent = require('../../stable/math');
require('../../modules/es.array.iterator');
require('../../modules/esnext.math.f16round');
require('../../modules/esnext.math.sum-precise');
module.exports = parent;
+4
View File
@@ -0,0 +1,4 @@
'use strict';
var parent = require('../../stable/math/log10');
module.exports = parent;
+4
View File
@@ -0,0 +1,4 @@
'use strict';
var parent = require('../../stable/math/log1p');
module.exports = parent;
+4
View File
@@ -0,0 +1,4 @@
'use strict';
var parent = require('../../stable/math/log2');
module.exports = parent;
+4
View File
@@ -0,0 +1,4 @@
'use strict';
var parent = require('../../stable/math/sign');
module.exports = parent;
+4
View File
@@ -0,0 +1,4 @@
'use strict';
var parent = require('../../stable/math/sinh');
module.exports = parent;
+6
View File
@@ -0,0 +1,6 @@
'use strict';
require('../../modules/es.array.iterator');
require('../../modules/esnext.math.sum-precise');
var path = require('../../internals/path');
module.exports = path.Math.sumPrecise;
+4
View File
@@ -0,0 +1,4 @@
'use strict';
var parent = require('../../stable/math/tanh');
module.exports = parent;
+4
View File
@@ -0,0 +1,4 @@
'use strict';
var parent = require('../../stable/math/to-string-tag');
module.exports = parent;
+4
View File
@@ -0,0 +1,4 @@
'use strict';
var parent = require('../../stable/math/trunc');
module.exports = parent;