Searched refs:currentK (Results 1 – 1 of 1) sorted by relevance
86 long currentK = (long) k; in getKCombinationAtIndex() local97 binomialCoefficient = binomialCoefficient * currentK / candidate; in getKCombinationAtIndex()98 currentK--; in getKCombinationAtIndex()101 binomialCoefficient = binomialCoefficient * (candidate - currentK) / candidate; in getKCombinationAtIndex()