math hell again
This commit is contained in:
parent
8ce2a4242f
commit
56de345d78
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
$dist = 1 - ($i / 20);
|
$dist = 1 - ($i / 20);
|
||||||
$dist = pow($dist,0.3);
|
$dist = pow($dist,0.1);
|
||||||
|
|
||||||
$new_sum = array_sum($pr);
|
$new_sum = array_sum($pr);
|
||||||
foreach ($result as $usern) {
|
foreach ($result as $usern) {
|
||||||
|
|
Loading…
Reference in a new issue