//
pkg.gl
Category
github.com/EasyGolang/goTools
mCount
package
1.0.35
Repository:
https://github.com/easygolang/gotools.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
7
Files
143 SLOC
#
Functions
Abs
|a| 绝对值.
Add
a+b.
Average
算术平均数.
Cent
保留 x 位小数,其余都舍弃.
CentRound
四舍五入 保留 x 位小数.
Div
a/b.
GetDecimal
判断小数位数.
GetRound
随机数整数 */.
Le
比大小 a - b = -1 0 1.
Mul
a*b.
Per
(a/b)*100.
PerCent
(a/b)*100 保留三位小数.
Rose
( (a-b)/b )*100.
RoseCent
( (a-b)/b )*100 保留 3 位小数.
Sub
a-b.
Sum
多个数之间求和.
ToFloat
转为 float.
ToInt
转为 int.