Peaceful
0
Q:

golang convert string to float

s := fmt.Sprintf("%f", 123.456) // s == "123.456000"
1
const bitSize = 64 // Don't think about it to much. It's just 64 bits.
floatNum, err := strconv.ParseFloat("123.45", bitSize)
fmt.Println(fmt.Sprintf("%f", floatNum))
0

New to Communities?

Join the community