27 lines
619 B
JavaScript
27 lines
619 B
JavaScript
'use strict';
|
|
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
|
var math = require('./math-96d5e8c4.cjs');
|
|
|
|
|
|
|
|
exports.abs = math.abs;
|
|
exports.add = math.add;
|
|
exports.ceil = math.ceil;
|
|
exports.exp10 = math.exp10;
|
|
exports.floor = math.floor;
|
|
exports.imul = math.imul;
|
|
exports.isNaN = math.isNaN;
|
|
exports.isNegativeZero = math.isNegativeZero;
|
|
exports.log = math.log;
|
|
exports.log10 = math.log10;
|
|
exports.log2 = math.log2;
|
|
exports.max = math.max;
|
|
exports.min = math.min;
|
|
exports.pow = math.pow;
|
|
exports.round = math.round;
|
|
exports.sign = math.sign;
|
|
exports.sqrt = math.sqrt;
|
|
//# sourceMappingURL=math.cjs.map
|