Golang Parse Float64
f, err := strconv.ParseFloat("3.1415", 64)
Worrisome Wasp
f, err := strconv.ParseFloat("3.1415", 64)