pub fn format_plain(quantity: &Quantity, settings: &FormatSettings) -> StringExpand description
Renders a quantity as a plain, directly reusable value: full f64
precision,
the configured decimal mark, no grouping, plus the unit. This is what y
copies.