예제 #1
0
파일: go14.go 프로젝트: 2722/lantern
func ratToFloat32(x *big.Rat) (float32, bool) {
	return x.Float32()
}