You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The strconv.FormatFloat function accepts a special precision of -1 to mean to use the smallest number of digits necessary such that ParseFloat will return float exactly. This is a feature request to accept the same for math/big.Rat.FloatString.