mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
@ -105,8 +105,7 @@ fn test_mode() {
|
||||
mut o := stats.mode(data)
|
||||
assert o == f64(2.7)
|
||||
data = [f64(-3.0), f64(1.89), f64(1.89), f64(1.89), f64(9), f64(4.4), f64(4.4), f64(9),
|
||||
f64(67.31),
|
||||
]
|
||||
f64(67.31)]
|
||||
o = stats.mode(data)
|
||||
assert o == f64(1.89)
|
||||
// Testing greedy nature
|
||||
|
Reference in New Issue
Block a user