FormatFloat produces a formatted number as string based on the following user-specified criteria: * thousands separator * decimal separator * decimal precision Usage: s := RenderFloat(format, n) The format parameter tells how to render the number n. See examples: http://play.golang.org/p/LXc1Ddm1l
(format string, n float64)
source not stored for this graph (policy: none)