//
pkg.gl
Category
github.com/x-module/helper
mathutil
package
0.0.7
Repository:
https://github.com/x-module/helper.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
20 SLOC
#
README
数字处理的相关函数
import "github.com/x-module/helper/maputil"
函数列表:
Average
: 计算map中的值的平均值。
Max
: 计算map中的值的最大值。
#
Functions
Average
Average 计算平均值.
Max
Max 返回最大值.