Skip to main content

format_float_styled

Function format_float_styled 

Source
pub fn format_float_styled(x: f64, style: &RenderStyle) -> String
Expand description

PG float8out under extra_float_digits: >= 1 → shortest round-trip (format_float); <= 0 → %.{15+n}g.