Beispiel #1
0
func ratToFloat32(x *big.Rat) (float32, bool) {
	return x.Float32()
}