pub fn fmt_number(n: f64) -> String
Format a float with thousands separators: 1234.56 -> "1,234.56".
1234.56 -> "1,234.56"