Skip to main content

fmt_number

Function fmt_number 

Source
pub fn fmt_number(n: f64) -> String
Expand description

Format a float with thousands separators: 1234.56 -> "1,234.56".