mirror of
https://github.com/musix-org/musix-oss
synced 2026-04-20 04:52:50 +00:00
Updated
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
module.exports = require('../../es/math/acosh');
|
||||
+1
@@ -0,0 +1 @@
|
||||
module.exports = require('../../es/math/asinh');
|
||||
+1
@@ -0,0 +1 @@
|
||||
module.exports = require('../../es/math/atanh');
|
||||
+1
@@ -0,0 +1 @@
|
||||
module.exports = require('../../es/math/cbrt');
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
require('../../modules/esnext.math.clamp');
|
||||
var path = require('../../internals/path');
|
||||
|
||||
module.exports = path.Math.clamp;
|
||||
+1
@@ -0,0 +1 @@
|
||||
module.exports = require('../../es/math/clz32');
|
||||
+1
@@ -0,0 +1 @@
|
||||
module.exports = require('../../es/math/cosh');
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
require('../../modules/esnext.math.deg-per-rad');
|
||||
|
||||
module.exports = Math.PI / 180;
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
require('../../modules/esnext.math.degrees');
|
||||
var path = require('../../internals/path');
|
||||
|
||||
module.exports = path.Math.degrees;
|
||||
+1
@@ -0,0 +1 @@
|
||||
module.exports = require('../../es/math/expm1');
|
||||
+1
@@ -0,0 +1 @@
|
||||
module.exports = require('../../es/math/fround');
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
require('../../modules/esnext.math.fscale');
|
||||
var path = require('../../internals/path');
|
||||
|
||||
module.exports = path.Math.fscale;
|
||||
+1
@@ -0,0 +1 @@
|
||||
module.exports = require('../../es/math/hypot');
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
require('../../modules/esnext.math.iaddh');
|
||||
var path = require('../../internals/path');
|
||||
|
||||
module.exports = path.Math.iaddh;
|
||||
+1
@@ -0,0 +1 @@
|
||||
module.exports = require('../../es/math/imul');
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
require('../../modules/esnext.math.imulh');
|
||||
var path = require('../../internals/path');
|
||||
|
||||
module.exports = path.Math.imulh;
|
||||
+15
@@ -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
@@ -0,0 +1,4 @@
|
||||
require('../../modules/esnext.math.isubh');
|
||||
var path = require('../../internals/path');
|
||||
|
||||
module.exports = path.Math.isubh;
|
||||
+1
@@ -0,0 +1 @@
|
||||
module.exports = require('../../es/math/log10');
|
||||
+1
@@ -0,0 +1 @@
|
||||
module.exports = require('../../es/math/log1p');
|
||||
+1
@@ -0,0 +1 @@
|
||||
module.exports = require('../../es/math/log2');
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
require('../../modules/esnext.math.rad-per-deg');
|
||||
|
||||
module.exports = 180 / Math.PI;
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
require('../../modules/esnext.math.radians');
|
||||
var path = require('../../internals/path');
|
||||
|
||||
module.exports = path.Math.radians;
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
require('../../modules/esnext.math.scale');
|
||||
var path = require('../../internals/path');
|
||||
|
||||
module.exports = path.Math.scale;
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
require('../../modules/esnext.math.seeded-prng');
|
||||
var path = require('../../internals/path');
|
||||
|
||||
module.exports = path.Math.seededPRNG;
|
||||
+1
@@ -0,0 +1 @@
|
||||
module.exports = require('../../es/math/sign');
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
require('../../modules/esnext.math.signbit');
|
||||
var path = require('../../internals/path');
|
||||
|
||||
module.exports = path.Math.signbit;
|
||||
+1
@@ -0,0 +1 @@
|
||||
module.exports = require('../../es/math/sinh');
|
||||
+1
@@ -0,0 +1 @@
|
||||
module.exports = require('../../es/math/tanh');
|
||||
+1
@@ -0,0 +1 @@
|
||||
module.exports = require('../../es/math/to-string-tag');
|
||||
+1
@@ -0,0 +1 @@
|
||||
module.exports = require('../../es/math/trunc');
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
require('../../modules/esnext.math.umulh');
|
||||
var path = require('../../internals/path');
|
||||
|
||||
module.exports = path.Math.umulh;
|
||||
Reference in New Issue
Block a user