lib0
Version:
> Monorepo of isomorphic utility functions
27 lines (21 loc) • 619 B
JavaScript
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var math = require('./math-08e068f9.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