Searched defs:unitsIndex (Results 1 – 1 of 1) sorted by relevance
361 let unitsIndex = Math.trunc(Math.log(totalSize) / Math.log(step)); variable363 const result = totalSize / +units[unitsIndex][1]; constant