math hell again

This commit is contained in:
biglyderv 2025-01-27 18:10:54 -05:00
parent 8ce2a4242f
commit 56de345d78

View file

@ -50,7 +50,7 @@
}
$dist = 1 - ($i / 20);
$dist = pow($dist,0.3);
$dist = pow($dist,0.1);
$new_sum = array_sum($pr);
foreach ($result as $usern) {