This commit is contained in:
biglyderv 2025-01-30 10:52:48 -05:00
parent faf9a8f4a7
commit cb0750786a

View file

@ -62,7 +62,7 @@ function rankCalc(result, iterations = 10) {
if (prb < intv || fnc[unb] == 0) {
pr[una] = prold[una];
discarded += Math.pow(Object.keys(result).length,-2);
discarded += Math.pow(Object.keys(result).length,-2) / 2;
continue;
}