This commit is contained in:
落日晚风
2023-12-13 11:25:22 +08:00
parent 7c2ab0b7ad
commit cff33ad7d1
6370 changed files with 378844 additions and 82245 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';
require('../../modules/esnext.math.f16round');
var path = require('../../internals/path');
module.exports = path.Math.f16round;
+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;
+5
View File
@@ -0,0 +1,5 @@
'use strict';
var parent = require('../../stable/math');
require('../../modules/esnext.math.f16round');
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;
+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;