10 Star 31 Fork 5

夏午茶 / sago

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Gmath.go 191 Bytes
一键复制 编辑 原始数据 按行查看 历史
gjy 提交于 2019-08-27 15:34 . 初始化
package utils
import (
"fmt"
"strconv"
)
//浮点保留2位小数
func MathDecimal(value float64) float64 {
value, _ = strconv.ParseFloat(fmt.Sprintf("%.2f", value), 64)
return value
}
Go
1
https://gitee.com/xiawucha365/sago.git
git@gitee.com:xiawucha365/sago.git
xiawucha365
sago
sago
v1.1.0

搜索帮助

53164aa7 5694891 3bd8fe86 5694891