mirror of
https://github.com/musix-org/musix-oss
synced 2026-05-12 21:54:53 +00:00
Modules
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
require('../../modules/es.math.acosh');
|
||||
var path = require('../../internals/path');
|
||||
|
||||
module.exports = path.Math.acosh;
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
require('../../modules/es.math.asinh');
|
||||
var path = require('../../internals/path');
|
||||
|
||||
module.exports = path.Math.asinh;
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
require('../../modules/es.math.atanh');
|
||||
var path = require('../../internals/path');
|
||||
|
||||
module.exports = path.Math.atanh;
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
require('../../modules/es.math.cbrt');
|
||||
var path = require('../../internals/path');
|
||||
|
||||
module.exports = path.Math.cbrt;
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
require('../../modules/es.math.clz32');
|
||||
var path = require('../../internals/path');
|
||||
|
||||
module.exports = path.Math.clz32;
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
require('../../modules/es.math.cosh');
|
||||
var path = require('../../internals/path');
|
||||
|
||||
module.exports = path.Math.cosh;
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
require('../../modules/es.math.expm1');
|
||||
var path = require('../../internals/path');
|
||||
|
||||
module.exports = path.Math.expm1;
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
require('../../modules/es.math.fround');
|
||||
var path = require('../../internals/path');
|
||||
|
||||
module.exports = path.Math.fround;
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
require('../../modules/es.math.hypot');
|
||||
var path = require('../../internals/path');
|
||||
|
||||
module.exports = path.Math.hypot;
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
require('../../modules/es.math.imul');
|
||||
var path = require('../../internals/path');
|
||||
|
||||
module.exports = path.Math.imul;
|
||||
+21
@@ -0,0 +1,21 @@
|
||||
require('../../modules/es.math.acosh');
|
||||
require('../../modules/es.math.asinh');
|
||||
require('../../modules/es.math.atanh');
|
||||
require('../../modules/es.math.cbrt');
|
||||
require('../../modules/es.math.clz32');
|
||||
require('../../modules/es.math.cosh');
|
||||
require('../../modules/es.math.expm1');
|
||||
require('../../modules/es.math.fround');
|
||||
require('../../modules/es.math.hypot');
|
||||
require('../../modules/es.math.imul');
|
||||
require('../../modules/es.math.log10');
|
||||
require('../../modules/es.math.log1p');
|
||||
require('../../modules/es.math.log2');
|
||||
require('../../modules/es.math.sign');
|
||||
require('../../modules/es.math.sinh');
|
||||
require('../../modules/es.math.tanh');
|
||||
require('../../modules/es.math.to-string-tag');
|
||||
require('../../modules/es.math.trunc');
|
||||
var path = require('../../internals/path');
|
||||
|
||||
module.exports = path.Math;
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
require('../../modules/es.math.log10');
|
||||
var path = require('../../internals/path');
|
||||
|
||||
module.exports = path.Math.log10;
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
require('../../modules/es.math.log1p');
|
||||
var path = require('../../internals/path');
|
||||
|
||||
module.exports = path.Math.log1p;
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
require('../../modules/es.math.log2');
|
||||
var path = require('../../internals/path');
|
||||
|
||||
module.exports = path.Math.log2;
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
require('../../modules/es.math.sign');
|
||||
var path = require('../../internals/path');
|
||||
|
||||
module.exports = path.Math.sign;
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
require('../../modules/es.math.sinh');
|
||||
var path = require('../../internals/path');
|
||||
|
||||
module.exports = path.Math.sinh;
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
require('../../modules/es.math.tanh');
|
||||
var path = require('../../internals/path');
|
||||
|
||||
module.exports = path.Math.tanh;
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
require('../../modules/es.math.to-string-tag');
|
||||
|
||||
module.exports = 'Math';
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
require('../../modules/es.math.trunc');
|
||||
var path = require('../../internals/path');
|
||||
|
||||
module.exports = path.Math.trunc;
|
||||
Reference in New Issue
Block a user