1
0
mirror of https://github.com/musix-org/musix-oss synced 2026-04-20 04:52:50 +00:00
This commit is contained in:
MatteZ02
2019-10-10 16:43:04 +03:00
parent 6f6ac8a6fa
commit 50b9bed483
9432 changed files with 1988816 additions and 167 deletions
+1
View File
@@ -0,0 +1 @@
module.exports = require('../../es/math/acosh');
+1
View File
@@ -0,0 +1 @@
module.exports = require('../../es/math/asinh');
+1
View File
@@ -0,0 +1 @@
module.exports = require('../../es/math/atanh');
+1
View File
@@ -0,0 +1 @@
module.exports = require('../../es/math/cbrt');
+4
View File
@@ -0,0 +1,4 @@
require('../../modules/esnext.math.clamp');
var path = require('../../internals/path');
module.exports = path.Math.clamp;
+1
View File
@@ -0,0 +1 @@
module.exports = require('../../es/math/clz32');
+1
View File
@@ -0,0 +1 @@
module.exports = require('../../es/math/cosh');
+3
View File
@@ -0,0 +1,3 @@
require('../../modules/esnext.math.deg-per-rad');
module.exports = Math.PI / 180;
+4
View File
@@ -0,0 +1,4 @@
require('../../modules/esnext.math.degrees');
var path = require('../../internals/path');
module.exports = path.Math.degrees;
+1
View File
@@ -0,0 +1 @@
module.exports = require('../../es/math/expm1');
+1
View File
@@ -0,0 +1 @@
module.exports = require('../../es/math/fround');
+4
View File
@@ -0,0 +1,4 @@
require('../../modules/esnext.math.fscale');
var path = require('../../internals/path');
module.exports = path.Math.fscale;
+1
View File
@@ -0,0 +1 @@
module.exports = require('../../es/math/hypot');
+4
View File
@@ -0,0 +1,4 @@
require('../../modules/esnext.math.iaddh');
var path = require('../../internals/path');
module.exports = path.Math.iaddh;
+1
View File
@@ -0,0 +1 @@
module.exports = require('../../es/math/imul');
+4
View File
@@ -0,0 +1,4 @@
require('../../modules/esnext.math.imulh');
var path = require('../../internals/path');
module.exports = path.Math.imulh;
+15
View File
@@ -0,0 +1,15 @@
module.exports = require('../../es/math');
require('../../modules/esnext.math.clamp');
require('../../modules/esnext.math.deg-per-rad');
require('../../modules/esnext.math.degrees');
require('../../modules/esnext.math.fscale');
require('../../modules/esnext.math.iaddh');
require('../../modules/esnext.math.isubh');
require('../../modules/esnext.math.imulh');
require('../../modules/esnext.math.rad-per-deg');
require('../../modules/esnext.math.radians');
require('../../modules/esnext.math.scale');
require('../../modules/esnext.math.seeded-prng');
require('../../modules/esnext.math.signbit');
require('../../modules/esnext.math.umulh');
+4
View File
@@ -0,0 +1,4 @@
require('../../modules/esnext.math.isubh');
var path = require('../../internals/path');
module.exports = path.Math.isubh;
+1
View File
@@ -0,0 +1 @@
module.exports = require('../../es/math/log10');
+1
View File
@@ -0,0 +1 @@
module.exports = require('../../es/math/log1p');
+1
View File
@@ -0,0 +1 @@
module.exports = require('../../es/math/log2');
+3
View File
@@ -0,0 +1,3 @@
require('../../modules/esnext.math.rad-per-deg');
module.exports = 180 / Math.PI;
+4
View File
@@ -0,0 +1,4 @@
require('../../modules/esnext.math.radians');
var path = require('../../internals/path');
module.exports = path.Math.radians;
+4
View File
@@ -0,0 +1,4 @@
require('../../modules/esnext.math.scale');
var path = require('../../internals/path');
module.exports = path.Math.scale;
+4
View File
@@ -0,0 +1,4 @@
require('../../modules/esnext.math.seeded-prng');
var path = require('../../internals/path');
module.exports = path.Math.seededPRNG;
+1
View File
@@ -0,0 +1 @@
module.exports = require('../../es/math/sign');
+4
View File
@@ -0,0 +1,4 @@
require('../../modules/esnext.math.signbit');
var path = require('../../internals/path');
module.exports = path.Math.signbit;
+1
View File
@@ -0,0 +1 @@
module.exports = require('../../es/math/sinh');
+1
View File
@@ -0,0 +1 @@
module.exports = require('../../es/math/tanh');
+1
View File
@@ -0,0 +1 @@
module.exports = require('../../es/math/to-string-tag');
+1
View File
@@ -0,0 +1 @@
module.exports = require('../../es/math/trunc');
+4
View File
@@ -0,0 +1,4 @@
require('../../modules/esnext.math.umulh');
var path = require('../../internals/path');
module.exports = path.Math.umulh;