kubernetes/vendor/github.com/dustin/go-humanize/commaf.go

// BigCommaf produces a string form of the given big.Float in base 10
// with commas after every three orders of magnitude.
func BigCommaf(v *big.Float) string {}