fix typo
This commit is contained in:
parent
60a0edc6c2
commit
c01a6fec8c
@ -264,8 +264,8 @@ impl Stats for [f64] {
|
||||
local_sort(&mut tmp);
|
||||
let first = 25f64;
|
||||
let a = percentile_of_sorted(&tmp, first);
|
||||
let secound = 50f64;
|
||||
let b = percentile_of_sorted(&tmp, secound);
|
||||
let second = 50f64;
|
||||
let b = percentile_of_sorted(&tmp, second);
|
||||
let third = 75f64;
|
||||
let c = percentile_of_sorted(&tmp, third);
|
||||
(a, b, c)
|
||||
|
Loading…
x
Reference in New Issue
Block a user