pub fn render_float(
    out: &mut String,
    n: f64,
    padding: usize,
    precision: usize,
    blank: bool,
    sign: bool,
    ensure_pt: bool,
    trailing: bool
)