ft_transcendence/pong/node_modules/js-sdsl/dist/cjs/utils/math.js
2023-05-02 19:15:50 +02:00

19 lines
269 B
JavaScript

"use strict";
Object.defineProperty(exports, "t", {
value: true
});
exports.ceil = ceil;
exports.floor = void 0;
function ceil(e, t) {
return Math.floor((e + t - 1) / t);
}
const floor = Math.floor;
exports.floor = floor;
//# sourceMappingURL=math.js.map