math simulator
This commit is contained in:
parent
5ba3ce7aa5
commit
15136a8b45
1 changed files with 2 additions and 2 deletions
|
@ -36,9 +36,9 @@
|
|||
|
||||
$dst = count($stmt->fetchAll(PDO::FETCH_DEFAULT));
|
||||
|
||||
$pr[$usern['username']] += $pr[$fn] / ($dst + 5) / 2;
|
||||
$pr[$usern['username']] += $pr[$fn] / ($dst + 5) / 5;
|
||||
}
|
||||
$pr[$usern['username']] = pow($pr[$usern['username']], 1.1);
|
||||
$pr[$usern['username']] = pow($pr[$usern['username']], 1.25);
|
||||
}
|
||||
|
||||
$new_sum = array_sum($pr);
|
||||
|
|
Loading…
Reference in a new issue