Removed FIXME from Q1 function.
This commit is contained in:
parent
497c7d0bea
commit
fb4d81fe67
@ -134,7 +134,6 @@ public class MMMCalc {
|
||||
}
|
||||
}
|
||||
|
||||
// FIXME: Q1 calculates incorrectly, it is supposed to be halfway between the first variable and the median variable.
|
||||
private static void calcQ1() {
|
||||
int q1Pos;
|
||||
// c stands for case... Cases correspond to their order in the following if statements (4 different cases).
|
||||
|
Loading…
Reference in New Issue
Block a user