pub fn format_number(value: f64, fmt: &NumberFormat) -> StringExpand description
Format a f64 against a NumberFormat. Negative formatting
(parentheses vs leading minus) and thousands separators are driven by the
format options.
pub fn format_number(value: f64, fmt: &NumberFormat) -> StringFormat a f64 against a NumberFormat. Negative formatting
(parentheses vs leading minus) and thousands separators are driven by the
format options.