mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-21 05:50:18 +08:00
Changes double to int
This commit is contained in:
parent
152856e886
commit
5d23121011
@ -94,7 +94,7 @@ public class PunchCardGraphCreator {
|
||||
}
|
||||
}
|
||||
|
||||
double size = array.length * array[0].length;
|
||||
int size = array.length * array[0].length;
|
||||
double sum = sum(valueMinusAvg);
|
||||
return Math.sqrt(sum / size);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user