Browse Source

fix:最大最小值

Roc 1 year ago
parent
commit
6d94a22abc
1 changed files with 1 additions and 0 deletions
  1. 1 0
      utils/calculate.go

+ 1 - 0
utils/calculate.go

@@ -1,6 +1,7 @@
 package utils
 
 import (
+	"github.com/gonum/stat"
 	"github.com/shopspring/decimal"
 	"math"
 )