版博士V2.0程序
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

19 строки
269 B

  1. "use strict";
  2. Object.defineProperty(exports, "t", {
  3. value: true
  4. });
  5. exports.ceil = ceil;
  6. exports.floor = void 0;
  7. function ceil(e, t) {
  8. return Math.floor((e + t - 1) / t);
  9. }
  10. const floor = Math.floor;
  11. exports.floor = floor;
  12. //# sourceMappingURL=math.js.map