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
+2
View File
@@ -0,0 +1,2 @@
'use strict';
module.exports = require('../../full/math/acosh');
+2
View File
@@ -0,0 +1,2 @@
'use strict';
module.exports = require('../../full/math/asinh');
+2
View File
@@ -0,0 +1,2 @@
'use strict';
module.exports = require('../../full/math/atanh');
+2
View File
@@ -0,0 +1,2 @@
'use strict';
module.exports = require('../../full/math/cbrt');
+2
View File
@@ -0,0 +1,2 @@
'use strict';
module.exports = require('../../full/math/clamp');
+2
View File
@@ -0,0 +1,2 @@
'use strict';
module.exports = require('../../full/math/clz32');
+2
View File
@@ -0,0 +1,2 @@
'use strict';
module.exports = require('../../full/math/cosh');
+2
View File
@@ -0,0 +1,2 @@
'use strict';
module.exports = require('../../full/math/deg-per-rad');
+2
View File
@@ -0,0 +1,2 @@
'use strict';
module.exports = require('../../full/math/degrees');
+2
View File
@@ -0,0 +1,2 @@
'use strict';
module.exports = require('../../full/math/expm1');
+2
View File
@@ -0,0 +1,2 @@
'use strict';
module.exports = require('../../full/math/f16round');
+2
View File
@@ -0,0 +1,2 @@
'use strict';
module.exports = require('../../full/math/fround');
+2
View File
@@ -0,0 +1,2 @@
'use strict';
module.exports = require('../../full/math/fscale');
+2
View File
@@ -0,0 +1,2 @@
'use strict';
module.exports = require('../../full/math/hypot');
+2
View File
@@ -0,0 +1,2 @@
'use strict';
module.exports = require('../../full/math/iaddh');
+2
View File
@@ -0,0 +1,2 @@
'use strict';
module.exports = require('../../full/math/imul');
+2
View File
@@ -0,0 +1,2 @@
'use strict';
module.exports = require('../../full/math/imulh');
+2
View File
@@ -0,0 +1,2 @@
'use strict';
module.exports = require('../../full/math');
+2
View File
@@ -0,0 +1,2 @@
'use strict';
module.exports = require('../../full/math/isubh');
+2
View File
@@ -0,0 +1,2 @@
'use strict';
module.exports = require('../../full/math/log10');
+2
View File
@@ -0,0 +1,2 @@
'use strict';
module.exports = require('../../full/math/log1p');
+2
View File
@@ -0,0 +1,2 @@
'use strict';
module.exports = require('../../full/math/log2');
+2
View File
@@ -0,0 +1,2 @@
'use strict';
module.exports = require('../../full/math/rad-per-deg');
+2
View File
@@ -0,0 +1,2 @@
'use strict';
module.exports = require('../../full/math/radians');
+2
View File
@@ -0,0 +1,2 @@
'use strict';
module.exports = require('../../full/math/scale');
+2
View File
@@ -0,0 +1,2 @@
'use strict';
module.exports = require('../../full/math/seeded-prng');
+2
View File
@@ -0,0 +1,2 @@
'use strict';
module.exports = require('../../full/math/sign');
+2
View File
@@ -0,0 +1,2 @@
'use strict';
module.exports = require('../../full/math/signbit');
+2
View File
@@ -0,0 +1,2 @@
'use strict';
module.exports = require('../../full/math/sinh');
+2
View File
@@ -0,0 +1,2 @@
'use strict';
module.exports = require('../../full/math/tanh');
+2
View File
@@ -0,0 +1,2 @@
'use strict';
module.exports = require('../../full/math/to-string-tag');
+2
View File
@@ -0,0 +1,2 @@
'use strict';
module.exports = require('../../full/math/trunc');
+2
View File
@@ -0,0 +1,2 @@
'use strict';
module.exports = require('../../full/math/umulh');