//
pkg.gl
Category
github.com/thinkeridea/go-extend
exmath
package
1.3.2
Repository:
https://github.com/thinkeridea/go-extend.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
1
Files
15 SLOC
#
Packages
benchmark
No description provided by the author
#
Functions
Round
Round 四舍五入,ROUND_HALF_UP 模式实现 返回将 val 根据指定精度 precision(十进制小数点后数字的数目)进行四舍五入的结果。precision 也可以是负数或零。.