Exemplo n.º 1
0
Arquivo: go14.go Projeto: 2722/lantern
func ratToFloat32(x *big.Rat) (float32, bool) {
	return x.Float32()
}