export function ceil(r, t) { return Math.floor((r + t - 1) / t); } export var floor = Math.floor; //# sourceMappingURL=math.js.map