示例#1
0
文件: go14.go 项目: 2722/lantern
func ratToFloat32(x *big.Rat) (float32, bool) {
	return x.Float32()
}