ktongue's picture
download
raw
189 Bytes
import exponent from "./exponent.js";
export default function(step, max) {
step = Math.abs(step), max = Math.abs(max) - step;
return Math.max(0, exponent(max) - exponent(step)) + 1;
}

Xet Storage Details

Size:
189 Bytes
·
Xet hash:
18529ec0bb3e888f0ee594c26afa26c09e2cdc7dfd3ea479c5ddc8fce37b3652

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.