mirror of
https://github.com/gonum/gonum.git
synced 2025-10-10 01:20:14 +08:00
Added copyright on files
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
// Copyright 2013 The Gonum Authors. All rights reserved.
|
||||
// Use of this code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file
|
||||
|
||||
package floats
|
||||
|
||||
import (
|
||||
|
@@ -1,3 +1,7 @@
|
||||
// Copyright 2013 The Gonum Authors. All rights reserved.
|
||||
// Use of this code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file
|
||||
|
||||
package floats
|
||||
|
||||
import (
|
||||
|
@@ -1,3 +1,7 @@
|
||||
// Copyright 2013 The Gonum Authors. All rights reserved.
|
||||
// Use of this code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file
|
||||
|
||||
package floats
|
||||
|
||||
import (
|
||||
@@ -298,6 +302,10 @@ func TestMin(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
func TestNearest(t *testing.T) {
|
||||
|
||||
}
|
||||
|
||||
func TestNorm(t *testing.T) {
|
||||
s := []float64{-1, -3.4, 5, 6}
|
||||
val := Norm(s, math.Inf(1))
|
||||
|
Reference in New Issue
Block a user