We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3718284 commit ae13af0Copy full SHA for ae13af0
GoStats.go
@@ -139,4 +139,4 @@ func StandardDeviation(numbers []float64) float64 {
139
func Sort(numbers []float64) []float64 {
140
sort.Float64s(numbers)
141
return numbers
142
-}
+}
GoStats_test.go
@@ -114,4 +114,4 @@ func TestStandardDeviation(t *testing.T) {
114
log.Fatalln("StandardDeviation() didn't give the correct value!")
115
t.Fail()
116
}
117
0 commit comments