const truncatedEnd = count - truncatedStart
const truncatedCount = truncatedEnd - truncatedStart
let min = Number.MAX_SAFE_INTEGER
- let logarithms, max, median, rate, reciprocals, total
- logarithms = max = median = rate = reciprocals = total = 0
+ let logarithms, max, median, reciprocals, total
+ logarithms = max = median = reciprocals = total = 0
let truncatedMin = Number.MAX_SAFE_INTEGER
let truncatedLogarithms, truncatedMax, truncatedReciprocals, truncatedTotal