mirror of
https://github.com/beestat/app.git
synced 2025-06-03 21:57:32 -04:00
Fixed #372 - Resist profile sometimes doesn't show up
This commit is contained in:
parent
dbaaf95a89
commit
690a51b450
@ -90,7 +90,7 @@ function array_standard_deviation($array) {
|
|||||||
$variance += pow(($i - $mean), 2);
|
$variance += pow(($i - $mean), 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
return round(sqrt($variance / $count), 1);
|
return round(sqrt($variance / $count), 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user