strconv.ParseInt
strconv.FormatFloat
strconv.FormatInt
Converts a float64 to a string.
strconv.FormatFloat(f float64, fmt byte, prec, bitSize int) string